#AB85BC

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

Shades of East Side #AB85BC

Tints of East Side #AB85BC

Color information

#AB85BC (or 0xAB85BC) is unknown color: approx East Side. HEX triplet: AB, 85 and BC. RGB value is (171,133,188). Sum of RGB (Red+Green+Blue) = 171+133+188=492 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.76% from 492); Green value is 133 (52.34% from 255 or 27.03% from 492); Blue value is 188 (73.83% from 255 or 38.21% from 492); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB85BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB85BC is #547A43. Grayscale: #969696. Windows color (decimal): -5536324 or 12354987. OLE color: 12354987.

HSL color Cylindrical-coordinate representation of color #AB85BC: hue angle of 281.45º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB85BC is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB171133188-
CMYK0.090.2900.26
HSL281.45º29.1%62.94%-
HSV(B)281.45º29.26%73.73%-
XYZ34.2629.0651.38-
YUV150.63149.09142.53-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.76%
GREEN value IS 133 (52.34% from 255) = 27.03%
BLUE value IS 188 (73.83% from 255) = 38.21%
R=34.76%
G=27.03%
B=38.21%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711331880.090.2900.26281.4529.162.94
HexAB85BC91D01A1191d3f
Octal25320527411350324313577
Binary10101011100001011011110010011110101101010001100111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB85BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB85BC; }

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

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

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

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

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

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

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

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