#A885CA

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

Shades of East Side #A885CA

Tints of East Side #A885CA

Color information

#A885CA (or 0xA885CA) is unknown color: approx East Side. HEX triplet: A8, 85 and CA. RGB value is (168,133,202). Sum of RGB (Red+Green+Blue) = 168+133+202=503 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.40% from 503); Green value is 133 (52.34% from 255 or 26.44% from 503); Blue value is 202 (79.30% from 255 or 40.16% from 503); Max value from RGB is 202 - color contains mainly: blue. Hex color #A885CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A885CA is #577A35. Grayscale: #979797. Windows color (decimal): -5732918 or 13272488. OLE color: 13272488.

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

Color convert

RGB168133202-
CMYK0.170.3400.21
HSL270.43º39.43%65.69%-
HSV(B)270.43º34.16%79.22%-
XYZ35.229.3659.69-
YUV151.33156.6139.89-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.40%
GREEN value IS 133 (52.34% from 255) = 26.44%
BLUE value IS 202 (79.30% from 255) = 40.16%
R=33.40%
G=26.44%
B=40.16%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1681332020.170.3400.21270.4339.4365.69
HexA885CA112201510e2742
Octal250205312214202541647102
Binary101010001000010111001010100011000100101011000011101001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A885CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A885CA; }

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

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

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

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

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

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

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

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