#A885C9

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

Shades of East Side #A885C9

Tints of East Side #A885C9

Color information

#A885C9 (or 0xA885C9) is unknown color: approx East Side. HEX triplet: A8, 85 and C9. RGB value is (168,133,201). Sum of RGB (Red+Green+Blue) = 168+133+201=502 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.47% from 502); Green value is 133 (52.34% from 255 or 26.49% from 502); Blue value is 201 (78.91% from 255 or 40.04% from 502); Max value from RGB is 201 - color contains mainly: blue. Hex color #A885C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A885C9 is #577A36. Grayscale: #969696. Windows color (decimal): -5732919 or 13206952. OLE color: 13206952.

HSL color Cylindrical-coordinate representation of color #A885C9: hue angle of 270.88º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A885C9 is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB168133201-
CMYK0.160.3400.21
HSL270.88º38.64%65.49%-
HSV(B)270.88º33.83%78.82%-
XYZ35.0829.3259.07-
YUV151.22156.1139.97-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.47%
GREEN value IS 133 (52.34% from 255) = 26.49%
BLUE value IS 201 (78.91% from 255) = 40.04%
R=33.47%
G=26.49%
B=40.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1681332010.160.3400.21270.8838.6465.49
HexA885C9102201510f2741
Octal250205311204202541747101
Binary101010001000010111001001100001000100101011000011111001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A885C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A885C9; }

 p { color: rgb(168,133,201); }

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

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

 a { background-color: rgb(168,133,201); }

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

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

 span { border-color: rgb(168,133,201); }

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