COLOR #AF76FE

HEX: #AF76FE RGB: (175,118,254)

Color info

#AF76FE contains mainly blue color. Web safe color of #AF76FE is #9966FF (or #96F).

RGB color model

#AF76FE color RGB value is (175,118,254).

RGB: (175,118,254) (69%, 46%, 100%)

RGB channels and saturation

R 175 of 255 = 69%
G 118 of 255 = 46%
B 254 of 255 = 100%

175
118
254

R + G + B ~ 72%. #AF76FE is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 118 + 254 = 547 (100%)
R 175 of 547 ~ 31.99%
G 118 of 547 ~ 21.57%
B 254 of 547 ~ 46.44'%

%31.99
%21.57
%46.44

CMYK color model

#AF76FE color CMYK value is (31,54,0,0).

  • cyan value is 31.10%
  • magenta value is 53.54%
  • yellow value is 0.00%
  • key color value is 0.39%

CMYK: (31,54,0,0)
C31M54Y0K0 (31%, 54%, 0%, 0%)
(0.31 / 0.54 / 0.00 / 0.00)

CMYK percentages

%31.1
%53.54
%0
%0.39

Codes

Color #AF76FE in popluar color models

AF 76 FE
RGB 175 118 254
HSL 265° 98.55% 72.94%
HSB/HSV 265° 53.54% 99.61%
CMYK 31.10% 53.54% 0.00%
0.39%

Color #AF76FE in popluar number systems.

HEX AF 76 FE
Decimal 175 118 254
Binary 10101111 1110110 11111110
Octal 257 166 376

Shades and tints

Shades of #AF76FE

#AF76FE
(175,118,254)
#A06CE7
(160,108,231)
#9162D0
(145,98,208)
#8258B9
(130,88,185)
#734EA2
(115,78,162)
#64448B
(100,68,139)
#553A74
(85,58,116)
#46305D
(70,48,93)
#372646
(55,38,70)
#281C2F
(40,28,47)
#191218
(25,18,24)
#000000
(0,0,0)

Tints of #AF76FE

#AF76FE
(175,118,254)
#B682FE
(182,130,254)
#BD8EFE
(189,142,254)
#C49AFE
(196,154,254)
#CBA6FE
(203,166,254)
#D2B2FE
(210,178,254)
#D9BEFE
(217,190,254)
#E0CAFE
(224,202,254)
#E7D6FE
(231,214,254)
#EEE2FE
(238,226,254)
#F5EEFE
(245,238,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF76FE color. Also use rgb(175,118,254) instead hex code.

Text Font Color

.myTextColor { color: #AF76FE; }

<p style="color:#AF76FE">This sample text font color is #AF76FE.</p>

This text font color is #AF76FE.

Background Color

.myBgColor { background-color: #AF76FE; }

<div style="background-color:#AF76FE">Inner text</div>

This div background color is #AF76FE.

Border color

.myBorderColor { border: 1px solid #AF76FE; }

<div style="border:3px solid #AF76FE">Div</div>

This div border color is #AF76FE.

Opacity

.myOpacity80 { color: #AF76FE; opacity: 0.8; }

<p style="color:#AF76FE;opacity:0.8;">80%</p>

Text with #AF76FE color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #AF76FE;}

<p style="text-shadow: 3px 3px 1px #AF76FE">Text here.</p>

This text has shadow with #AF76FE color.


.textShadow {text-shadow: 3px 3px 1px #AF76FE', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #AF76FE, 5px 5px 20px red">Text here.</p>

This text has shadow with #AF76FE primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AF76FE, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#AF76FE, Direction=45, Strength=4)">Text</p>

This text has shadow with #AF76FE and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AF76FE;
-webkit-box-shadow: 1px 1px 3px 2px #AF76FE;
box-shadow: 1px 1px 3px 2px #AF76FE;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AF76FE; -webkit-box-shadow: 1px 1px 3px 2px #AF76FE; box-shadow:1px 1px 3px 2px #AF76FE;">
Div content here
</div>

This div box has shadow with color #AF76FE.

Preview

Color preview on black background

This text has color #AF76FE on black background.


Color preview on white background

This text has color #AF76FE on white background.


Black color preview on #AF76FE background

This text has black color on #AF76FE background.


White color preview on #AF76FE background

This text has white color on #AF76FE background.


Related colors

Complementary color

Complementary color for #hex is #508901.


I love getcolorcode.com

Triadic colors

1 #FEAF76 and #76FEAF with #AF76FE are triadic colors.

2 #FE76AF and #76AFFE with #AF76FE are triadic colors.