#A87BCA

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

Shades of East Side #A87BCA

Tints of East Side #A87BCA

Color information

#A87BCA (or 0xA87BCA) is unknown color: approx East Side. HEX triplet: A8, 7B and CA. RGB value is (168,123,202). Sum of RGB (Red+Green+Blue) = 168+123+202=493 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.08% from 493); Green value is 123 (48.44% from 255 or 24.95% from 493); Blue value is 202 (79.30% from 255 or 40.97% from 493); Max value from RGB is 202 - color contains mainly: blue. Hex color #A87BCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87BCA is #578435. Grayscale: #919191. Windows color (decimal): -5735478 or 13269928. OLE color: 13269928.

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

Color convert

RGB168123202-
CMYK0.170.3900.21
HSL274.18º42.7%63.73%-
HSV(B)274.18º39.11%79.22%-
XYZ33.8926.7659.26-
YUV145.46159.91144.08-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.08%
GREEN value IS 123 (48.44% from 255) = 24.95%
BLUE value IS 202 (79.30% from 255) = 40.97%
R=34.08%
G=24.95%
B=40.97%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1681232020.170.3900.21274.1842.763.73
HexA87BCA11270151122b40
Octal250173312214702542253100
Binary10101000111101111001010100011001110101011000100101010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87BCA; }

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

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

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

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

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

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

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

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