Html Css Color HEX #AB0184 Eggplant

📋 copy color: '#AB0184'

red 171 ◦ green 1 ◦ blue 132

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

Shades of Eggplant #AB0184

Tints of Eggplant #AB0184

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

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

R = 56.25%
G = 0.33%
B = 43.42%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AB0184 (or 0xAB0184) is known color: Eggplant. HEX triplet: AB, 01 and 84. RGB value is (171,1,132). Sum of RGB (Red+Green+Blue) = 171+1+132=304 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.25% from 304); Green value is 1 (0.78% from 255 or 0.33% from 304); Blue value is 132 (51.95% from 255 or 43.42% from 304); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0184 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0184 is #54FE7B. Grayscale: #424242. Windows color (decimal): -5570172 or 8651179. OLE color: 8651179.

HSL color Cylindrical-coordinate representation of color #AB0184: hue angle of 313.76º degrees, saturation: 0.99, 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 #AB0184 is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 1 132 -
CMYK 0 0.99 0.23 0.33
HSL 313.76º 0.99% 0.34% -
HSV(B) 313.76º 0.99% 0.67% -
XYZ 20.97 10.35 22.72 -
YUV 66.76 164.82 202.35 -
System Red Green Blue C M Y K H S L
Decimal 171 1 132 0 0.99 0.23 0.33 313.76 0.99 0.34
Hex AB 1 84 0 63 17 21 13A 63 22
Octal 253 1 204 0 143 27 41 472 143 42
Binary 10101011 1 10000100 0 1100011 10111 100001 100111010 1100011 100010

Color Harmonies of #AB0184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0184

Black with #AB0184

Text Example


Text Example

White with #AB0184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0184; }

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

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

background-color css

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

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

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

border-color css

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

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

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