Html Css Color HEX #AB007A Eggplant

📋 copy color: '#AB007A'

red 171 ◦ green 0 ◦ blue 122

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

Shades of Eggplant #AB007A

Tints of Eggplant #AB007A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 41.64%

R = 58.36%
G = 0%
B = 41.64%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AB007A (or 0xAB007A) is known color: Eggplant. HEX triplet: AB, 00 and 7A. RGB value is (171,0,122). Sum of RGB (Red+Green+Blue) = 171+0+122=293 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.36% from 293); Green value is 0 (0.39% from 255 or 0% from 293); Blue value is 122 (48.05% from 255 or 41.64% from 293); Max value from RGB is 171 - color contains mainly: red. Hex color #AB007A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB007A is #54FF85. Grayscale: #404040. Windows color (decimal): -5570438 or 7995563. OLE color: 7995563.

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

Color convert

RGB 171 0 122 -
CMYK 0 1 0.29 0.33
HSL 317.19º 1% 0.34% -
HSV(B) 317.19º 1% 0.67% -
XYZ 20.31 10.06 19.28 -
YUV 65.04 160.15 203.58 -
System Red Green Blue C M Y K H S L
Decimal 171 0 122 0 1 0.29 0.33 317.19 1 0.34
Hex AB 0 7A 0 64 1D 21 13D 64 22
Octal 253 0 172 0 144 35 41 475 144 42
Binary 10101011 0 1111010 0 1100100 11101 100001 100111101 1100100 100010

Color Harmonies of #AB007A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB007A

Black with #AB007A

Text Example


Text Example

White with #AB007A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB007A; }

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

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

background-color css

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

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

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

border-color css

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

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

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