#A87DCD

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

Shades of East Side #A87DCD

Tints of East Side #A87DCD

Color information

#A87DCD (or 0xA87DCD) is unknown color: approx East Side. HEX triplet: A8, 7D and CD. RGB value is (168,125,205). Sum of RGB (Red+Green+Blue) = 168+125+205=498 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.73% from 498); Green value is 125 (49.22% from 255 or 25.10% from 498); Blue value is 205 (80.47% from 255 or 41.16% from 498); Max value from RGB is 205 - color contains mainly: blue. Hex color #A87DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87DCD is #578232. Grayscale: #929292. Windows color (decimal): -5734963 or 13467048. OLE color: 13467048.

HSL color Cylindrical-coordinate representation of color #A87DCD: hue angle of 272.25º 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 #A87DCD is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB168125205-
CMYK0.180.3900.20
HSL272.25º44.44%64.71%-
HSV(B)272.25º39.02%80.39%-
XYZ34.527.461.23-
YUV146.98160.75143-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.73%
GREEN value IS 125 (49.22% from 255) = 25.10%
BLUE value IS 205 (80.47% from 255) = 41.16%
R=33.73%
G=25.10%
B=41.16%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1681252050.180.3900.20272.2544.4464.71
HexA87DCD12270141102c41
Octal250175315224702442054101
Binary10101000111110111001101100101001110101001000100001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87DCD; }

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

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

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

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

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

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

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

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