Html Css Color HEX #AB0070 Eggplant

📋 copy color: '#AB0070'

red 171 ◦ green 0 ◦ blue 112

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

Shades of Eggplant #AB0070

Tints of Eggplant #AB0070

RGB

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

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

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

R = 60.42%
G = 0%
B = 39.58%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AB0070 (or 0xAB0070) is known color: Eggplant. HEX triplet: AB, 00 and 70. RGB value is (171,0,112). Sum of RGB (Red+Green+Blue) = 171+0+112=283 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.42% from 283); Green value is 0 (0.39% from 255 or 0% from 283); Blue value is 112 (44.14% from 255 or 39.58% from 283); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0070 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0070 is #54FF8F. Grayscale: #3F3F3F. Windows color (decimal): -5570448 or 7340203. OLE color: 7340203.

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

Color convert

RGB 171 0 112 -
CMYK 0 1 0.35 0.33
HSL 320.7º 1% 0.34% -
HSV(B) 320.7º 1% 0.67% -
XYZ 19.72 9.83 16.19 -
YUV 63.9 155.15 204.39 -
System Red Green Blue C M Y K H S L
Decimal 171 0 112 0 1 0.35 0.33 320.7 1 0.34
Hex AB 0 70 0 64 23 21 141 64 22
Octal 253 0 160 0 144 43 41 501 144 42
Binary 10101011 0 1110000 0 1100100 100011 100001 101000001 1100100 100010

Color Harmonies of #AB0070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0070

Black with #AB0070

Text Example


Text Example

White with #AB0070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0070; }

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

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

background-color css

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

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

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

border-color css

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

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

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