Html Css Color HEX #AB0278 Eggplant

📋 copy color: '#AB0278'

red 171 ◦ green 2 ◦ blue 120

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

Shades of Eggplant #AB0278

Tints of Eggplant #AB0278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 40.96%

R = 58.36%
G = 0.68%
B = 40.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#AB0278 (or 0xAB0278) is known color: Eggplant. HEX triplet: AB, 02 and 78. RGB value is (171,2,120). Sum of RGB (Red+Green+Blue) = 171+2+120=293 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.36% from 293); Green value is 2 (1.17% from 255 or 0.68% from 293); Blue value is 120 (47.27% from 255 or 40.96% from 293); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0278 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0278 is #54FD87. Grayscale: #414141. Windows color (decimal): -5569928 or 7865003. OLE color: 7865003.

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

Color convert

RGB 171 2 120 -
CMYK 0 0.99 0.30 0.33
HSL 318.11º 0.98% 0.34% -
HSV(B) 318.11º 0.99% 0.67% -
XYZ 20.21 10.06 18.65 -
YUV 65.98 158.49 202.91 -
System Red Green Blue C M Y K H S L
Decimal 171 2 120 0 0.99 0.30 0.33 318.11 0.98 0.34
Hex AB 2 78 0 63 1E 21 13E 62 22
Octal 253 2 170 0 143 36 41 476 142 42
Binary 10101011 10 1111000 0 1100011 11110 100001 100111110 1100010 100010

Color Harmonies of #AB0278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0278

Black with #AB0278

Text Example


Text Example

White with #AB0278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0278; }

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

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

background-color css

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

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

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

border-color css

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

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

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