Html Css Color HEX #AB0481 Eggplant

📋 copy color: '#AB0481'

red 171 ◦ green 4 ◦ blue 129

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

Shades of Eggplant #AB0481

Tints of Eggplant #AB0481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 42.43%

R = 56.25%
G = 1.32%
B = 42.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AB0481 (or 0xAB0481) is known color: Eggplant. HEX triplet: AB, 04 and 81. RGB value is (171,4,129). Sum of RGB (Red+Green+Blue) = 171+4+129=304 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.25% from 304); Green value is 4 (1.95% from 255 or 1.32% from 304); Blue value is 129 (50.78% from 255 or 42.43% from 304); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0481 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0481 is #54FB7E. Grayscale: #434343. Windows color (decimal): -5569407 or 8455339. OLE color: 8455339.

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

Color convert

RGB 171 4 129 -
CMYK 0 0.98 0.25 0.33
HSL 315.09º 0.95% 0.34% -
HSV(B) 315.09º 0.98% 0.67% -
XYZ 20.8 10.33 21.67 -
YUV 68.18 162.33 201.34 -
System Red Green Blue C M Y K H S L
Decimal 171 4 129 0 0.98 0.25 0.33 315.09 0.95 0.34
Hex AB 4 81 0 62 19 21 13B 5F 22
Octal 253 4 201 0 142 31 41 473 137 42
Binary 10101011 100 10000001 0 1100010 11001 100001 100111011 1011111 100010

Color Harmonies of #AB0481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0481

Black with #AB0481

Text Example


Text Example

White with #AB0481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0481; }

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

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

background-color css

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

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

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

border-color css

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

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

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