Html Css Color HEX #AB006E Eggplant

📋 copy color: '#AB006E'

red 171 ◦ green 0 ◦ blue 110

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

Shades of Eggplant #AB006E

Tints of Eggplant #AB006E

RGB

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

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

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

R = 60.85%
G = 0%
B = 39.15%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AB006E (or 0xAB006E) is known color: Eggplant. HEX triplet: AB, 00 and 6E. RGB value is (171,0,110). Sum of RGB (Red+Green+Blue) = 171+0+110=281 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.85% from 281); Green value is 0 (0.39% from 255 or 0% from 281); Blue value is 110 (43.36% from 255 or 39.15% from 281); Max value from RGB is 171 - color contains mainly: red. Hex color #AB006E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB006E is #54FF91. Grayscale: #3F3F3F. Windows color (decimal): -5570450 or 7209131. OLE color: 7209131.

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

Color convert

RGB 171 0 110 -
CMYK 0 1 0.36 0.33
HSL 321.4º 1% 0.34% -
HSV(B) 321.4º 1% 0.67% -
XYZ 19.61 9.78 15.61 -
YUV 63.67 154.15 204.56 -
System Red Green Blue C M Y K H S L
Decimal 171 0 110 0 1 0.36 0.33 321.4 1 0.34
Hex AB 0 6E 0 64 24 21 141 64 22
Octal 253 0 156 0 144 44 41 501 144 42
Binary 10101011 0 1101110 0 1100100 100100 100001 101000001 1100100 100010

Color Harmonies of #AB006E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB006E

Black with #AB006E

Text Example


Text Example

White with #AB006E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB006E; }

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

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

background-color css

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

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

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

border-color css

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

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

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