Html Css Color HEX #AF0578 Eggplant

📋 copy color: '#AF0578'

red 175 ◦ green 5 ◦ blue 120

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

Shades of Eggplant #AF0578

Tints of Eggplant #AF0578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 40%

R = 58.33%
G = 1.67%
B = 40%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#AF0578 (or 0xAF0578) is known color: Eggplant. HEX triplet: AF, 05 and 78. RGB value is (175,5,120). Sum of RGB (Red+Green+Blue) = 175+5+120=300 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.33% from 300); Green value is 5 (2.34% from 255 or 1.67% from 300); Blue value is 120 (47.27% from 255 or 40% from 300); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0578 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0578 is #50FA87. Grayscale: #444444. Windows color (decimal): -5307016 or 7865775. OLE color: 7865775.

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

Color convert

RGB 175 5 120 -
CMYK 0 0.97 0.31 0.31
HSL 319.41º 0.94% 0.35% -
HSV(B) 319.41º 0.97% 0.69% -
XYZ 21.12 10.58 18.7 -
YUV 68.94 156.82 203.65 -
System Red Green Blue C M Y K H S L
Decimal 175 5 120 0 0.97 0.31 0.31 319.41 0.94 0.35
Hex AF 5 78 0 61 1F 1F 13F 5E 23
Octal 257 5 170 0 141 37 37 477 136 43
Binary 10101111 101 1111000 0 1100001 11111 11111 100111111 1011110 100011

Color Harmonies of #AF0578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0578

Black with #AF0578

Text Example


Text Example

White with #AF0578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0578; }

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

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

background-color css

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

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

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

border-color css

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

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

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