#AB78C9

Color #AB78C9 East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #AB78C9

Tints of East Side #AB78C9

Color information

#AB78C9 (or 0xAB78C9) is unknown color: approx East Side. HEX triplet: AB, 78 and C9. RGB value is (171,120,201). Sum of RGB (Red+Green+Blue) = 171+120+201=492 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.76% from 492); Green value is 120 (47.27% from 255 or 24.39% from 492); Blue value is 201 (78.91% from 255 or 40.85% from 492); Max value from RGB is 201 - color contains mainly: blue. Hex color #AB78C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB78C9 is #548736. Grayscale: #909090. Windows color (decimal): -5539639 or 13203627. OLE color: 13203627.

HSL color Cylindrical-coordinate representation of color #AB78C9: hue angle of 277.78º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB78C9 is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB171120201-
CMYK0.150.4000.21
HSL277.78º42.86%62.94%-
HSV(B)277.78º40.3%78.82%-
XYZ34.0526.3158.54-
YUV144.48159.9146.91-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.76%
GREEN value IS 120 (47.27% from 255) = 24.39%
BLUE value IS 201 (78.91% from 255) = 40.85%
R=34.76%
G=24.39%
B=40.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1711202010.150.4000.21277.7842.8662.94
HexAB78C9F280151162b3f
Octal25317031117500254265377
Binary101010111111000110010011111101000010101100010110101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB78C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB78C9; }

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

 H1.HeaderClassName
 {
   color: #AB78C9;
 }
 .AnyTagClassName
 {
   color: #AB78C9;
 }
</style>
background-color css

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

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

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

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

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

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