Html Css Color HEX #AF0178 Eggplant

📋 copy color: '#AF0178'

red 175 ◦ green 1 ◦ blue 120

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

Shades of Eggplant #AF0178

Tints of Eggplant #AF0178

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

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

R = 59.12%
G = 0.34%
B = 40.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#AF0178 (or 0xAF0178) is known color: Eggplant. HEX triplet: AF, 01 and 78. RGB value is (175,1,120). Sum of RGB (Red+Green+Blue) = 175+1+120=296 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.12% from 296); Green value is 1 (0.78% from 255 or 0.34% from 296); Blue value is 120 (47.27% from 255 or 40.54% from 296); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0178 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0178 is #50FE87. Grayscale: #424242. Windows color (decimal): -5308040 or 7864751. OLE color: 7864751.

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

Color convert

RGB 175 1 120 -
CMYK 0 0.99 0.31 0.31
HSL 318.97º 0.99% 0.35% -
HSV(B) 318.97º 0.99% 0.69% -
XYZ 21.08 10.49 18.68 -
YUV 66.59 158.15 205.32 -
System Red Green Blue C M Y K H S L
Decimal 175 1 120 0 0.99 0.31 0.31 318.97 0.99 0.35
Hex AF 1 78 0 63 1F 1F 13F 63 23
Octal 257 1 170 0 143 37 37 477 143 43
Binary 10101111 1 1111000 0 1100011 11111 11111 100111111 1100011 100011

Color Harmonies of #AF0178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0178

Black with #AF0178

Text Example


Text Example

White with #AF0178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0178; }

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

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

background-color css

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

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

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

border-color css

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

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

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