Html Css Color HEX #AF0276 Eggplant

📋 copy color: '#AF0276'

red 175 ◦ green 2 ◦ blue 118

#AF0276
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eggplant #AF0276

Tints of Eggplant #AF0276

RGB

 RED value IS 175 (68.75% from 255) = 59.32%

 GREEN value IS 2 (1.17% from 255) = 0.68%

 BLUE value IS 118 (46.48% from 255) = 40%

R = 59.32%
G = 0.68%
B = 40%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AF0276 (or 0xAF0276) is known color: Eggplant. HEX triplet: AF, 02 and 76. RGB value is (175,2,118). Sum of RGB (Red+Green+Blue) = 175+2+118=295 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.32% from 295); Green value is 2 (1.17% from 255 or 0.68% from 295); Blue value is 118 (46.48% from 255 or 40% from 295); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0276 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0276 is #50FD89. Grayscale: #424242. Windows color (decimal): -5307786 or 7733935. OLE color: 7733935.

HSL color Cylindrical-coordinate representation of color #AF0276: hue angle of 319.77º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF0276 is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 2 118 -
CMYK 0 0.99 0.33 0.31
HSL 319.77º 0.98% 0.35% -
HSV(B) 319.77º 0.99% 0.69% -
XYZ 20.97 10.47 18.05 -
YUV 66.95 156.81 205.07 -
System Red Green Blue C M Y K H S L
Decimal 175 2 118 0 0.99 0.33 0.31 319.77 0.98 0.35
Hex AF 2 76 0 63 21 1F 140 62 23
Octal 257 2 166 0 143 41 37 500 142 43
Binary 10101111 10 1110110 0 1100011 100001 11111 101000000 1100010 100011

Color Harmonies of #AF0276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0276

Black with #AF0276

Text Example


Text Example

White with #AF0276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0276; }

 p { color: rgb(175,2,118); }

 H1.HeaderClassName
 {
   color: #AF0276;
 }
 .AnyTagClassName
 {
   color: #AF0276;
 }
</style>

background-color css

<style>
 a { background-color: #AF0276; }

 a { background-color: rgb(175,2,118); }

 div.DivClassName
 {
   background-color: #AF0276;
 }
 .BgClassName
 {
   background-color: #AF0276;
 }
</style>

border-color css

<style>
 span { border-color: #AF0276; }

 span { border-color: rgb(175,2,118); }

 td.TdClassName
 {
   border-color: #AF0276;
 }
 .TagClassName
 {
   border-color: #AF0276;
 }
</style>