Html Css Color HEX #AF0677 Eggplant

📋 copy color: '#AF0677'

red 175 ◦ green 6 ◦ blue 119

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

Shades of Eggplant #AF0677

Tints of Eggplant #AF0677

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2%

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

R = 58.33%
G = 2%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#AF0677 (or 0xAF0677) is known color: Eggplant. HEX triplet: AF, 06 and 77. RGB value is (175,6,119). Sum of RGB (Red+Green+Blue) = 175+6+119=300 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.33% from 300); Green value is 6 (2.73% from 255 or 2% from 300); Blue value is 119 (46.88% from 255 or 39.67% from 300); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0677 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0677 is #50F988. Grayscale: #454545. Windows color (decimal): -5306761 or 7800495. OLE color: 7800495.

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

Color convert

RGB 175 6 119 -
CMYK 0 0.97 0.32 0.31
HSL 319.88º 0.93% 0.35% -
HSV(B) 319.88º 0.97% 0.69% -
XYZ 21.07 10.58 18.38 -
YUV 69.41 155.99 203.31 -
System Red Green Blue C M Y K H S L
Decimal 175 6 119 0 0.97 0.32 0.31 319.88 0.93 0.35
Hex AF 6 77 0 61 20 1F 140 5D 23
Octal 257 6 167 0 141 40 37 500 135 43
Binary 10101111 110 1110111 0 1100001 100000 11111 101000000 1011101 100011

Color Harmonies of #AF0677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0677

Black with #AF0677

Text Example


Text Example

White with #AF0677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0677; }

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

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

background-color css

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

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

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

border-color css

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

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

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