Html Css Color HEX #AB0084 Eggplant

📋 copy color: '#AB0084'

red 171 ◦ green 0 ◦ blue 132

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

Shades of Eggplant #AB0084

Tints of Eggplant #AB0084

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 132 (51.95% from 255) = 43.56%

R = 56.44%
G = 0%
B = 43.56%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AB0084 (or 0xAB0084) is known color: Eggplant. HEX triplet: AB, 00 and 84. RGB value is (171,0,132). Sum of RGB (Red+Green+Blue) = 171+0+132=303 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.44% from 303); Green value is 0 (0.39% from 255 or 0% from 303); Blue value is 132 (51.95% from 255 or 43.56% from 303); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0084 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0084 is #54FF7B. Grayscale: #414141. Windows color (decimal): -5570428 or 8650923. OLE color: 8650923.

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

Color convert

RGB 171 0 132 -
CMYK 0 1 0.23 0.33
HSL 313.68º 1% 0.34% -
HSV(B) 313.68º 1% 0.67% -
XYZ 20.96 10.32 22.72 -
YUV 66.18 165.15 202.77 -
System Red Green Blue C M Y K H S L
Decimal 171 0 132 0 1 0.23 0.33 313.68 1 0.34
Hex AB 0 84 0 64 17 21 13A 64 22
Octal 253 0 204 0 144 27 41 472 144 42
Binary 10101011 0 10000100 0 1100100 10111 100001 100111010 1100100 100010

Color Harmonies of #AB0084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0084

Black with #AB0084

Text Example


Text Example

White with #AB0084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0084; }

 p { color: rgb(171,0,132); }

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

background-color css

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

 a { background-color: rgb(171,0,132); }

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

border-color css

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

 span { border-color: rgb(171,0,132); }

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