Html Css Color HEX #AB0170 Eggplant

📋 copy color: '#AB0170'

red 171 ◦ green 1 ◦ blue 112

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

Shades of Eggplant #AB0170

Tints of Eggplant #AB0170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 39.44%

R = 60.21%
G = 0.35%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AB0170 (or 0xAB0170) is known color: Eggplant. HEX triplet: AB, 01 and 70. RGB value is (171,1,112). Sum of RGB (Red+Green+Blue) = 171+1+112=284 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.21% from 284); Green value is 1 (0.78% from 255 or 0.35% from 284); Blue value is 112 (44.14% from 255 or 39.44% from 284); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0170 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0170 is #54FE8F. Grayscale: #404040. Windows color (decimal): -5570192 or 7340459. OLE color: 7340459.

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

Color convert

RGB 171 1 112 -
CMYK 0 0.99 0.35 0.33
HSL 320.82º 0.99% 0.34% -
HSV(B) 320.82º 0.99% 0.67% -
XYZ 19.73 9.85 16.19 -
YUV 64.48 154.82 203.97 -
System Red Green Blue C M Y K H S L
Decimal 171 1 112 0 0.99 0.35 0.33 320.82 0.99 0.34
Hex AB 1 70 0 63 23 21 141 63 22
Octal 253 1 160 0 143 43 41 501 143 42
Binary 10101011 1 1110000 0 1100011 100011 100001 101000001 1100011 100010

Color Harmonies of #AB0170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0170

Black with #AB0170

Text Example


Text Example

White with #AB0170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0170; }

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

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

background-color css

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

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

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

border-color css

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

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

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