#AB85BA

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

Shades of East Side #AB85BA

Tints of East Side #AB85BA

Color information

#AB85BA (or 0xAB85BA) is unknown color: approx East Side. HEX triplet: AB, 85 and BA. RGB value is (171,133,186). Sum of RGB (Red+Green+Blue) = 171+133+186=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 133 (52.34% from 255 or 27.14% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB85BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB85BA is #547A45. Grayscale: #969696. Windows color (decimal): -5536326 or 12223915. OLE color: 12223915.

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

Color convert

RGB171133186-
CMYK0.080.2800.27
HSL283.02º27.75%62.55%-
HSV(B)283.02º28.49%72.94%-
XYZ34.0528.9850.25-
YUV150.4148.09142.69-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.90%
GREEN value IS 133 (52.34% from 255) = 27.14%
BLUE value IS 186 (73.05% from 255) = 37.96%
R=34.90%
G=27.14%
B=37.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711331860.080.2800.27283.0227.7562.55
HexAB85BA81C01B11b1c3f
Octal25320527210340334333477
Binary10101011100001011011101010001110001101110001101111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB85BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB85BA; }

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

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

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

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

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

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

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

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