Html Css Color HEX #AF0579 Eggplant

📋 copy color: '#AF0579'

red 175 ◦ green 5 ◦ blue 121

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

Shades of Eggplant #AF0579

Tints of Eggplant #AF0579

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 40.2%

R = 58.14%
G = 1.66%
B = 40.2%

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

#AF0579 (or 0xAF0579) is known color: Eggplant. HEX triplet: AF, 05 and 79. RGB value is (175,5,121). Sum of RGB (Red+Green+Blue) = 175+5+121=301 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.14% from 301); Green value is 5 (2.34% from 255 or 1.66% from 301); Blue value is 121 (47.66% from 255 or 40.20% from 301); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0579 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0579 is #50FA86. Grayscale: #444444. Windows color (decimal): -5307015 or 7931311. OLE color: 7931311.

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

Color convert

RGB 175 5 121 -
CMYK 0 0.97 0.31 0.31
HSL 319.06º 0.94% 0.35% -
HSV(B) 319.06º 0.97% 0.69% -
XYZ 21.18 10.6 19.02 -
YUV 69.05 157.32 203.57 -
System Red Green Blue C M Y K H S L
Decimal 175 5 121 0 0.97 0.31 0.31 319.06 0.94 0.35
Hex AF 5 79 0 61 1F 1F 13F 5E 23
Octal 257 5 171 0 141 37 37 477 136 43
Binary 10101111 101 1111001 0 1100001 11111 11111 100111111 1011110 100011

Color Harmonies of #AF0579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0579

Black with #AF0579

Text Example


Text Example

White with #AF0579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0579; }

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

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

background-color css

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

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

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

border-color css

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

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

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