Html Css Color HEX #AB016E Eggplant

📋 copy color: '#AB016E'

red 171 ◦ green 1 ◦ blue 110

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

Shades of Eggplant #AB016E

Tints of Eggplant #AB016E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 39.01%

R = 60.64%
G = 0.35%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AB016E (or 0xAB016E) is known color: Eggplant. HEX triplet: AB, 01 and 6E. RGB value is (171,1,110). Sum of RGB (Red+Green+Blue) = 171+1+110=282 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.64% from 282); Green value is 1 (0.78% from 255 or 0.35% from 282); Blue value is 110 (43.36% from 255 or 39.01% from 282); Max value from RGB is 171 - color contains mainly: red. Hex color #AB016E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB016E is #54FE91. Grayscale: #3F3F3F. Windows color (decimal): -5570194 or 7209387. OLE color: 7209387.

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

Color convert

RGB 171 1 110 -
CMYK 0 0.99 0.36 0.33
HSL 321.53º 0.99% 0.34% -
HSV(B) 321.53º 0.99% 0.67% -
XYZ 19.62 9.81 15.61 -
YUV 64.26 153.82 204.14 -
System Red Green Blue C M Y K H S L
Decimal 171 1 110 0 0.99 0.36 0.33 321.53 0.99 0.34
Hex AB 1 6E 0 63 24 21 142 63 22
Octal 253 1 156 0 143 44 41 502 143 42
Binary 10101011 1 1101110 0 1100011 100100 100001 101000010 1100011 100010

Color Harmonies of #AB016E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB016E

Black with #AB016E

Text Example


Text Example

White with #AB016E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB016E; }

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

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

background-color css

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

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

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

border-color css

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

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

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