#A87DCA

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

Shades of East Side #A87DCA

Tints of East Side #A87DCA

Color information

#A87DCA (or 0xA87DCA) is unknown color: approx East Side. HEX triplet: A8, 7D and CA. RGB value is (168,125,202). Sum of RGB (Red+Green+Blue) = 168+125+202=495 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.94% from 495); Green value is 125 (49.22% from 255 or 25.25% from 495); Blue value is 202 (79.30% from 255 or 40.81% from 495); Max value from RGB is 202 - color contains mainly: blue. Hex color #A87DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87DCA is #578235. Grayscale: #929292. Windows color (decimal): -5734966 or 13270440. OLE color: 13270440.

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

Color convert

RGB168125202-
CMYK0.170.3800.21
HSL273.51º42.08%64.12%-
HSV(B)273.51º38.12%79.22%-
XYZ34.1427.2659.34-
YUV146.64159.25143.24-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.94%
GREEN value IS 125 (49.22% from 255) = 25.25%
BLUE value IS 202 (79.30% from 255) = 40.81%
R=33.94%
G=25.25%
B=40.81%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1681252020.170.3800.21273.5142.0864.12
HexA87DCA11260151122a40
Octal250175312214602542252100
Binary10101000111110111001010100011001100101011000100101010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87DCA; }

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

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

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

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

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

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

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

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