Html Css Color HEX #AB027D Eggplant

📋 copy color: '#AB027D'

red 171 ◦ green 2 ◦ blue 125

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

Shades of Eggplant #AB027D

Tints of Eggplant #AB027D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 41.95%

R = 57.38%
G = 0.67%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AB027D (or 0xAB027D) is known color: Eggplant. HEX triplet: AB, 02 and 7D. RGB value is (171,2,125). Sum of RGB (Red+Green+Blue) = 171+2+125=298 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.38% from 298); Green value is 2 (1.17% from 255 or 0.67% from 298); Blue value is 125 (49.22% from 255 or 41.95% from 298); Max value from RGB is 171 - color contains mainly: red. Hex color #AB027D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB027D is #54FD82. Grayscale: #424242. Windows color (decimal): -5569923 or 8192683. OLE color: 8192683.

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

Color convert

RGB 171 2 125 -
CMYK 0 0.99 0.27 0.33
HSL 316.33º 0.98% 0.34% -
HSV(B) 316.33º 0.99% 0.67% -
XYZ 20.52 10.18 20.29 -
YUV 66.55 160.99 202.5 -
System Red Green Blue C M Y K H S L
Decimal 171 2 125 0 0.99 0.27 0.33 316.33 0.98 0.34
Hex AB 2 7D 0 63 1B 21 13C 62 22
Octal 253 2 175 0 143 33 41 474 142 42
Binary 10101011 10 1111101 0 1100011 11011 100001 100111100 1100010 100010

Color Harmonies of #AB027D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB027D

Black with #AB027D

Text Example


Text Example

White with #AB027D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB027D; }

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

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

background-color css

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

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

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

border-color css

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

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

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