Html Css Color HEX #AB027A Eggplant

📋 copy color: '#AB027A'

red 171 ◦ green 2 ◦ blue 122

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

Shades of Eggplant #AB027A

Tints of Eggplant #AB027A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.68%

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

R = 57.97%
G = 0.68%
B = 41.36%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AB027A (or 0xAB027A) is known color: Eggplant. HEX triplet: AB, 02 and 7A. RGB value is (171,2,122). Sum of RGB (Red+Green+Blue) = 171+2+122=295 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.97% from 295); Green value is 2 (1.17% from 255 or 0.68% from 295); Blue value is 122 (48.05% from 255 or 41.36% from 295); Max value from RGB is 171 - color contains mainly: red. Hex color #AB027A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB027A is #54FD85. Grayscale: #414141. Windows color (decimal): -5569926 or 7996075. OLE color: 7996075.

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

Color convert

RGB 171 2 122 -
CMYK 0 0.99 0.29 0.33
HSL 317.4º 0.98% 0.34% -
HSV(B) 317.4º 0.99% 0.67% -
XYZ 20.33 10.11 19.29 -
YUV 66.21 159.49 202.74 -
System Red Green Blue C M Y K H S L
Decimal 171 2 122 0 0.99 0.29 0.33 317.4 0.98 0.34
Hex AB 2 7A 0 63 1D 21 13D 62 22
Octal 253 2 172 0 143 35 41 475 142 42
Binary 10101011 10 1111010 0 1100011 11101 100001 100111101 1100010 100010

Color Harmonies of #AB027A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB027A

Black with #AB027A

Text Example


Text Example

White with #AB027A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB027A; }

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

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

background-color css

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

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

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

border-color css

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

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

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