Html Css Color HEX #AF0577 Eggplant

📋 copy color: '#AF0577'

red 175 ◦ green 5 ◦ blue 119

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

Shades of Eggplant #AF0577

Tints of Eggplant #AF0577

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.67%

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

R = 58.53%
G = 1.67%
B = 39.8%

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

#AF0577 (or 0xAF0577) is known color: Eggplant. HEX triplet: AF, 05 and 77. RGB value is (175,5,119). Sum of RGB (Red+Green+Blue) = 175+5+119=299 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.53% from 299); Green value is 5 (2.34% from 255 or 1.67% from 299); Blue value is 119 (46.88% from 255 or 39.80% from 299); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0577 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0577 is #50FA88. Grayscale: #444444. Windows color (decimal): -5307017 or 7800239. OLE color: 7800239.

HSL color Cylindrical-coordinate representation of color #AF0577: hue angle of 319.76º degrees, saturation: 0.94, 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 #AF0577 is Cyan = 0, Magento = 0.97, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 5 119 -
CMYK 0 0.97 0.32 0.31
HSL 319.76º 0.94% 0.35% -
HSV(B) 319.76º 0.97% 0.69% -
XYZ 21.06 10.55 18.38 -
YUV 68.83 156.32 203.73 -
System Red Green Blue C M Y K H S L
Decimal 175 5 119 0 0.97 0.32 0.31 319.76 0.94 0.35
Hex AF 5 77 0 61 20 1F 140 5E 23
Octal 257 5 167 0 141 40 37 500 136 43
Binary 10101111 101 1110111 0 1100001 100000 11111 101000000 1011110 100011

Color Harmonies of #AF0577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0577

Black with #AF0577

Text Example


Text Example

White with #AF0577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0577; }

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

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

background-color css

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

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

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

border-color css

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

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

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