#AB85CC

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

Shades of East Side #AB85CC

Tints of East Side #AB85CC

Color information

#AB85CC (or 0xAB85CC) is unknown color: approx East Side. HEX triplet: AB, 85 and CC. RGB value is (171,133,204). Sum of RGB (Red+Green+Blue) = 171+133+204=508 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.66% from 508); Green value is 133 (52.34% from 255 or 26.18% from 508); Blue value is 204 (80.08% from 255 or 40.16% from 508); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB85CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB85CC is #547A33. Grayscale: #989898. Windows color (decimal): -5536308 or 13403563. OLE color: 13403563.

HSL color Cylindrical-coordinate representation of color #AB85CC: hue angle of 272.11º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AB85CC is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB171133204-
CMYK0.160.3500.2
HSL272.11º41.04%66.08%-
HSV(B)272.11º34.8%80%-
XYZ36.0829.7960.98-
YUV152.46157.09141.23-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.66%
GREEN value IS 133 (52.34% from 255) = 26.18%
BLUE value IS 204 (80.08% from 255) = 40.16%
R=33.66%
G=26.18%
B=40.16%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1711332040.160.3500.2272.1141.0466.08
HexAB85CC10230141102942
Octal253205314204302442051102
Binary101010111000010111001100100001000110101001000100001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB85CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB85CC; }

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

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

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

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

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

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

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

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