Html Css Color HEX #AF0978 Eggplant

📋 copy color: '#AF0978'

red 175 ◦ green 9 ◦ blue 120

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

Shades of Eggplant #AF0978

Tints of Eggplant #AF0978

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.96%

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

R = 57.57%
G = 2.96%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#AF0978 (or 0xAF0978) is known color: Eggplant. HEX triplet: AF, 09 and 78. RGB value is (175,9,120). Sum of RGB (Red+Green+Blue) = 175+9+120=304 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.57% from 304); Green value is 9 (3.91% from 255 or 2.96% from 304); Blue value is 120 (47.27% from 255 or 39.47% from 304); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0978 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0978 is #50F687. Grayscale: #474747. Windows color (decimal): -5305992 or 7866799. OLE color: 7866799.

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

Color convert

RGB 175 9 120 -
CMYK 0 0.95 0.31 0.31
HSL 319.88º 0.9% 0.36% -
HSV(B) 319.88º 0.95% 0.69% -
XYZ 21.17 10.67 18.71 -
YUV 71.29 155.5 201.97 -
System Red Green Blue C M Y K H S L
Decimal 175 9 120 0 0.95 0.31 0.31 319.88 0.9 0.36
Hex AF 9 78 0 5F 1F 1F 140 5A 24
Octal 257 11 170 0 137 37 37 500 132 44
Binary 10101111 1001 1111000 0 1011111 11111 11111 101000000 1011010 100100

Color Harmonies of #AF0978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0978

Black with #AF0978

Text Example


Text Example

White with #AF0978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0978; }

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

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

background-color css

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

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

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

border-color css

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

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

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