Html Css Color HEX #AB007E Eggplant

📋 copy color: '#AB007E'

red 171 ◦ green 0 ◦ blue 126

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

Shades of Eggplant #AB007E

Tints of Eggplant #AB007E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 42.42%

R = 57.58%
G = 0%
B = 42.42%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AB007E (or 0xAB007E) is known color: Eggplant. HEX triplet: AB, 00 and 7E. RGB value is (171,0,126). Sum of RGB (Red+Green+Blue) = 171+0+126=297 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.58% from 297); Green value is 0 (0.39% from 255 or 0% from 297); Blue value is 126 (49.61% from 255 or 42.42% from 297); Max value from RGB is 171 - color contains mainly: red. Hex color #AB007E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB007E is #54FF81. Grayscale: #414141. Windows color (decimal): -5570434 or 8257707. OLE color: 8257707.

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

Color convert

RGB 171 0 126 -
CMYK 0 1 0.26 0.33
HSL 315.79º 1% 0.34% -
HSV(B) 315.79º 1% 0.67% -
XYZ 20.56 10.16 20.62 -
YUV 65.49 162.15 203.25 -
System Red Green Blue C M Y K H S L
Decimal 171 0 126 0 1 0.26 0.33 315.79 1 0.34
Hex AB 0 7E 0 64 1A 21 13C 64 22
Octal 253 0 176 0 144 32 41 474 144 42
Binary 10101011 0 1111110 0 1100100 11010 100001 100111100 1100100 100010

Color Harmonies of #AB007E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB007E

Black with #AB007E

Text Example


Text Example

White with #AB007E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB007E; }

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

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

background-color css

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

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

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

border-color css

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

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

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