Html Css Color HEX #AB0282 Eggplant

📋 copy color: '#AB0282'

red 171 ◦ green 2 ◦ blue 130

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

Shades of Eggplant #AB0282

Tints of Eggplant #AB0282

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.66%

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

R = 56.44%
G = 0.66%
B = 42.9%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AB0282 (or 0xAB0282) is known color: Eggplant. HEX triplet: AB, 02 and 82. RGB value is (171,2,130). Sum of RGB (Red+Green+Blue) = 171+2+130=303 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.44% from 303); Green value is 2 (1.17% from 255 or 0.66% from 303); Blue value is 130 (51.17% from 255 or 42.90% from 303); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0282 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0282 is #54FD7D. Grayscale: #424242. Windows color (decimal): -5569918 or 8520363. OLE color: 8520363.

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

Color convert

RGB 171 2 130 -
CMYK 0 0.99 0.24 0.33
HSL 314.56º 0.98% 0.34% -
HSV(B) 314.56º 0.99% 0.67% -
XYZ 20.85 10.31 22.01 -
YUV 67.12 163.49 202.09 -
System Red Green Blue C M Y K H S L
Decimal 171 2 130 0 0.99 0.24 0.33 314.56 0.98 0.34
Hex AB 2 82 0 63 18 21 13B 62 22
Octal 253 2 202 0 143 30 41 473 142 42
Binary 10101011 10 10000010 0 1100011 11000 100001 100111011 1100010 100010

Color Harmonies of #AB0282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0282

Black with #AB0282

Text Example


Text Example

White with #AB0282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0282; }

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

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

background-color css

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

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

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

border-color css

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

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

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