Html Css Color HEX #AF0377 Eggplant

📋 copy color: '#AF0377'

red 175 ◦ green 3 ◦ blue 119

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

Shades of Eggplant #AF0377

Tints of Eggplant #AF0377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 40.07%

R = 58.92%
G = 1.01%
B = 40.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#AF0377 (or 0xAF0377) is known color: Eggplant. HEX triplet: AF, 03 and 77. RGB value is (175,3,119). Sum of RGB (Red+Green+Blue) = 175+3+119=297 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.92% from 297); Green value is 3 (1.56% from 255 or 1.01% from 297); Blue value is 119 (46.88% from 255 or 40.07% from 297); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0377 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0377 is #50FC88. Grayscale: #434343. Windows color (decimal): -5307529 or 7799727. OLE color: 7799727.

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

Color convert

RGB 175 3 119 -
CMYK 0 0.98 0.32 0.31
HSL 319.53º 0.97% 0.35% -
HSV(B) 319.53º 0.98% 0.69% -
XYZ 21.04 10.51 18.37 -
YUV 67.65 156.98 204.57 -
System Red Green Blue C M Y K H S L
Decimal 175 3 119 0 0.98 0.32 0.31 319.53 0.97 0.35
Hex AF 3 77 0 62 20 1F 140 61 23
Octal 257 3 167 0 142 40 37 500 141 43
Binary 10101111 11 1110111 0 1100010 100000 11111 101000000 1100001 100011

Color Harmonies of #AF0377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0377

Black with #AF0377

Text Example


Text Example

White with #AF0377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0377; }

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

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

background-color css

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

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

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

border-color css

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

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

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