Html Css Color HEX #AF0372 Eggplant

📋 copy color: '#AF0372'

red 175 ◦ green 3 ◦ blue 114

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

Shades of Eggplant #AF0372

Tints of Eggplant #AF0372

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.03%

 BLUE value IS 114 (44.92% from 255) = 39.04%

R = 59.93%
G = 1.03%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#AF0372 (or 0xAF0372) is known color: Eggplant. HEX triplet: AF, 03 and 72. RGB value is (175,3,114). Sum of RGB (Red+Green+Blue) = 175+3+114=292 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.93% from 292); Green value is 3 (1.56% from 255 or 1.03% from 292); Blue value is 114 (44.92% from 255 or 39.04% from 292); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0372 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0372 is #50FC8D. Grayscale: #424242. Windows color (decimal): -5307534 or 7472047. OLE color: 7472047.

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

Color convert

RGB 175 3 114 -
CMYK 0 0.98 0.35 0.31
HSL 321.28º 0.97% 0.35% -
HSV(B) 321.28º 0.98% 0.69% -
XYZ 20.75 10.39 16.83 -
YUV 67.08 154.48 204.97 -
System Red Green Blue C M Y K H S L
Decimal 175 3 114 0 0.98 0.35 0.31 321.28 0.97 0.35
Hex AF 3 72 0 62 23 1F 141 61 23
Octal 257 3 162 0 142 43 37 501 141 43
Binary 10101111 11 1110010 0 1100010 100011 11111 101000001 1100001 100011

Color Harmonies of #AF0372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0372

Black with #AF0372

Text Example


Text Example

White with #AF0372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0372; }

 p { color: rgb(175,3,114); }

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

background-color css

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

 a { background-color: rgb(175,3,114); }

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

border-color css

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

 span { border-color: rgb(175,3,114); }

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