Html Css Color HEX #AF0473 Eggplant

📋 copy color: '#AF0473'

red 175 ◦ green 4 ◦ blue 115

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

Shades of Eggplant #AF0473

Tints of Eggplant #AF0473

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.36%

 BLUE value IS 115 (45.31% from 255) = 39.12%

R = 59.52%
G = 1.36%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#AF0473 (or 0xAF0473) is known color: Eggplant. HEX triplet: AF, 04 and 73. RGB value is (175,4,115). Sum of RGB (Red+Green+Blue) = 175+4+115=294 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.52% from 294); Green value is 4 (1.95% from 255 or 1.36% from 294); Blue value is 115 (45.31% from 255 or 39.12% from 294); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0473 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0473 is #50FB8C. Grayscale: #434343. Windows color (decimal): -5307277 or 7537839. OLE color: 7537839.

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

Color convert

RGB 175 4 115 -
CMYK 0 0.98 0.34 0.31
HSL 321.05º 0.96% 0.35% -
HSV(B) 321.05º 0.98% 0.69% -
XYZ 20.82 10.44 17.14 -
YUV 67.78 154.65 204.47 -
System Red Green Blue C M Y K H S L
Decimal 175 4 115 0 0.98 0.34 0.31 321.05 0.96 0.35
Hex AF 4 73 0 62 22 1F 141 60 23
Octal 257 4 163 0 142 42 37 501 140 43
Binary 10101111 100 1110011 0 1100010 100010 11111 101000001 1100000 100011

Color Harmonies of #AF0473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0473

Black with #AF0473

Text Example


Text Example

White with #AF0473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0473; }

 p { color: rgb(175,4,115); }

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

background-color css

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

 a { background-color: rgb(175,4,115); }

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

border-color css

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

 span { border-color: rgb(175,4,115); }

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