Html Css Color HEX #AF0376 Eggplant

📋 copy color: '#AF0376'

red 175 ◦ green 3 ◦ blue 118

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

Shades of Eggplant #AF0376

Tints of Eggplant #AF0376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 39.86%

R = 59.12%
G = 1.01%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#AF0376 (or 0xAF0376) is known color: Eggplant. HEX triplet: AF, 03 and 76. RGB value is (175,3,118). Sum of RGB (Red+Green+Blue) = 175+3+118=296 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.12% from 296); Green value is 3 (1.56% from 255 or 1.01% from 296); Blue value is 118 (46.48% from 255 or 39.86% from 296); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0376 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0376 is #50FC89. Grayscale: #434343. Windows color (decimal): -5307530 or 7734191. OLE color: 7734191.

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

Color convert

RGB 175 3 118 -
CMYK 0 0.98 0.33 0.31
HSL 319.88º 0.97% 0.35% -
HSV(B) 319.88º 0.98% 0.69% -
XYZ 20.98 10.49 18.06 -
YUV 67.54 156.48 204.65 -
System Red Green Blue C M Y K H S L
Decimal 175 3 118 0 0.98 0.33 0.31 319.88 0.97 0.35
Hex AF 3 76 0 62 21 1F 140 61 23
Octal 257 3 166 0 142 41 37 500 141 43
Binary 10101111 11 1110110 0 1100010 100001 11111 101000000 1100001 100011

Color Harmonies of #AF0376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0376

Black with #AF0376

Text Example


Text Example

White with #AF0376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0376; }

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

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

background-color css

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

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

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

border-color css

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

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

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