#A87DCC

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

Shades of East Side #A87DCC

Tints of East Side #A87DCC

Color information

#A87DCC (or 0xA87DCC) is unknown color: approx East Side. HEX triplet: A8, 7D and CC. RGB value is (168,125,204). Sum of RGB (Red+Green+Blue) = 168+125+204=497 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.80% from 497); Green value is 125 (49.22% from 255 or 25.15% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 204 - color contains mainly: blue. Hex color #A87DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87DCC is #578233. Grayscale: #929292. Windows color (decimal): -5734964 or 13401512. OLE color: 13401512.

HSL color Cylindrical-coordinate representation of color #A87DCC: hue angle of 272.66º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A87DCC is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB168125204-
CMYK0.180.3900.2
HSL272.66º43.65%64.51%-
HSV(B)272.66º38.73%80%-
XYZ34.3827.3560.59-
YUV146.86160.25143.08-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.80%
GREEN value IS 125 (49.22% from 255) = 25.15%
BLUE value IS 204 (80.08% from 255) = 41.05%
R=33.80%
G=25.15%
B=41.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1681252040.180.3900.2272.6643.6564.51
HexA87DCC12270141112c41
Octal250175314224702442154101
Binary10101000111110111001100100101001110101001000100011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87DCC; }

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

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

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

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

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

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

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

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