Html Css Color HEX #AB0482 Eggplant

📋 copy color: '#AB0482'

red 171 ◦ green 4 ◦ blue 130

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

Shades of Eggplant #AB0482

Tints of Eggplant #AB0482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 42.62%

R = 56.07%
G = 1.31%
B = 42.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AB0482 (or 0xAB0482) is known color: Eggplant. HEX triplet: AB, 04 and 82. RGB value is (171,4,130). Sum of RGB (Red+Green+Blue) = 171+4+130=305 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.07% from 305); Green value is 4 (1.95% from 255 or 1.31% from 305); Blue value is 130 (51.17% from 255 or 42.62% from 305); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0482 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0482 is #54FB7D. Grayscale: #434343. Windows color (decimal): -5569406 or 8520875. OLE color: 8520875.

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

Color convert

RGB 171 4 130 -
CMYK 0 0.98 0.24 0.33
HSL 314.73º 0.95% 0.34% -
HSV(B) 314.73º 0.98% 0.67% -
XYZ 20.87 10.36 22.02 -
YUV 68.3 162.83 201.25 -
System Red Green Blue C M Y K H S L
Decimal 171 4 130 0 0.98 0.24 0.33 314.73 0.95 0.34
Hex AB 4 82 0 62 18 21 13B 5F 22
Octal 253 4 202 0 142 30 41 473 137 42
Binary 10101011 100 10000010 0 1100010 11000 100001 100111011 1011111 100010

Color Harmonies of #AB0482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0482

Black with #AB0482

Text Example


Text Example

White with #AB0482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0482; }

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

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

background-color css

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

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

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

border-color css

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

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

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