Html Css Color HEX #AB0172 Eggplant

📋 copy color: '#AB0172'

red 171 ◦ green 1 ◦ blue 114

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

Shades of Eggplant #AB0172

Tints of Eggplant #AB0172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 39.86%

R = 59.79%
G = 0.35%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AB0172 (or 0xAB0172) is known color: Eggplant. HEX triplet: AB, 01 and 72. RGB value is (171,1,114). Sum of RGB (Red+Green+Blue) = 171+1+114=286 (37% of max value = 765). Red value is 171 (67.19% from 255 or 59.79% from 286); Green value is 1 (0.78% from 255 or 0.35% from 286); Blue value is 114 (44.92% from 255 or 39.86% from 286); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0172 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0172 is #54FE8D. Grayscale: #404040. Windows color (decimal): -5570190 or 7471531. OLE color: 7471531.

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

Color convert

RGB 171 1 114 -
CMYK 0 0.99 0.33 0.33
HSL 320.12º 0.99% 0.34% -
HSV(B) 320.12º 0.99% 0.67% -
XYZ 19.84 9.89 16.78 -
YUV 64.71 155.82 203.81 -
System Red Green Blue C M Y K H S L
Decimal 171 1 114 0 0.99 0.33 0.33 320.12 0.99 0.34
Hex AB 1 72 0 63 21 21 140 63 22
Octal 253 1 162 0 143 41 41 500 143 42
Binary 10101011 1 1110010 0 1100011 100001 100001 101000000 1100011 100010

Color Harmonies of #AB0172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0172

Black with #AB0172

Text Example


Text Example

White with #AB0172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0172; }

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

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

background-color css

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

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

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

border-color css

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

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

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