Html Css Color HEX #AF0077 Eggplant

📋 copy color: '#AF0077'

red 175 ◦ green 0 ◦ blue 119

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

Shades of Eggplant #AF0077

Tints of Eggplant #AF0077

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 119 (46.88% from 255) = 40.48%

R = 59.52%
G = 0%
B = 40.48%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#AF0077 (or 0xAF0077) is known color: Eggplant. HEX triplet: AF, 00 and 77. RGB value is (175,0,119). Sum of RGB (Red+Green+Blue) = 175+0+119=294 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.52% from 294); Green value is 0 (0.39% from 255 or 0% from 294); Blue value is 119 (46.88% from 255 or 40.48% from 294); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0077 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0077 is #50FF88. Grayscale: #414141. Windows color (decimal): -5308297 or 7798959. OLE color: 7798959.

HSL color Cylindrical-coordinate representation of color #AF0077: hue angle of 319.2º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF0077 is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 0 119 -
CMYK 0 1 0.32 0.31
HSL 319.2º 1% 0.34% -
HSV(B) 319.2º 1% 0.69% -
XYZ 21.01 10.45 18.36 -
YUV 65.89 157.98 205.82 -
System Red Green Blue C M Y K H S L
Decimal 175 0 119 0 1 0.32 0.31 319.2 1 0.34
Hex AF 0 77 0 64 20 1F 13F 64 22
Octal 257 0 167 0 144 40 37 477 144 42
Binary 10101111 0 1110111 0 1100100 100000 11111 100111111 1100100 100010

Color Harmonies of #AF0077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0077

Black with #AF0077

Text Example


Text Example

White with #AF0077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0077; }

 p { color: rgb(175,0,119); }

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

background-color css

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

 a { background-color: rgb(175,0,119); }

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

border-color css

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

 span { border-color: rgb(175,0,119); }

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