Html Css Color HEX #AB0477 Eggplant

📋 copy color: '#AB0477'

red 171 ◦ green 4 ◦ blue 119

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

Shades of Eggplant #AB0477

Tints of Eggplant #AB0477

RGB

 RED value IS 171 (67.19% from 255) = 58.16%

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

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

R = 58.16%
G = 1.36%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#AB0477 (or 0xAB0477) is known color: Eggplant. HEX triplet: AB, 04 and 77. RGB value is (171,4,119). Sum of RGB (Red+Green+Blue) = 171+4+119=294 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.16% from 294); Green value is 4 (1.95% from 255 or 1.36% from 294); Blue value is 119 (46.88% from 255 or 40.48% from 294); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0477 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0477 is #54FB88. Grayscale: #424242. Windows color (decimal): -5569417 or 7799979. OLE color: 7799979.

HSL color Cylindrical-coordinate representation of color #AB0477: hue angle of 318.68º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB0477 is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 4 119 -
CMYK 0 0.98 0.30 0.33
HSL 318.68º 0.95% 0.34% -
HSV(B) 318.68º 0.98% 0.67% -
XYZ 20.17 10.08 18.33 -
YUV 67.04 157.33 202.15 -
System Red Green Blue C M Y K H S L
Decimal 171 4 119 0 0.98 0.30 0.33 318.68 0.95 0.34
Hex AB 4 77 0 62 1E 21 13F 5F 22
Octal 253 4 167 0 142 36 41 477 137 42
Binary 10101011 100 1110111 0 1100010 11110 100001 100111111 1011111 100010

Color Harmonies of #AB0477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0477

Black with #AB0477

Text Example


Text Example

White with #AB0477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0477; }

 p { color: rgb(171,4,119); }

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

background-color css

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

 a { background-color: rgb(171,4,119); }

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

border-color css

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

 span { border-color: rgb(171,4,119); }

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