#AB78BA

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

Shades of East Side #AB78BA

Tints of East Side #AB78BA

Color information

#AB78BA (or 0xAB78BA) is unknown color: approx East Side. HEX triplet: AB, 78 and BA. RGB value is (171,120,186). Sum of RGB (Red+Green+Blue) = 171+120+186=477 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.85% from 477); Green value is 120 (47.27% from 255 or 25.16% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB78BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB78BA is #548745. Grayscale: #8E8E8E. Windows color (decimal): -5539654 or 12220587. OLE color: 12220587.

HSL color Cylindrical-coordinate representation of color #AB78BA: hue angle of 286.36º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AB78BA is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB171120186-
CMYK0.080.3500.27
HSL286.36º32.35%60%-
HSV(B)286.36º35.48%72.94%-
XYZ32.3725.6449.7-
YUV142.77152.4148.13-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.85%
GREEN value IS 120 (47.27% from 255) = 25.16%
BLUE value IS 186 (73.05% from 255) = 38.99%
R=35.85%
G=25.16%
B=38.99%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711201860.080.3500.27286.3632.3560
HexAB78BA82301B11e203c
Octal25317027210430334364074
Binary101010111111000101110101000100011011011100011110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB78BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB78BA; }

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

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

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

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

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

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

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

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