#A87FCD

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

Shades of East Side #A87FCD

Tints of East Side #A87FCD

Color information

#A87FCD (or 0xA87FCD) is unknown color: approx East Side. HEX triplet: A8, 7F and CD. RGB value is (168,127,205). Sum of RGB (Red+Green+Blue) = 168+127+205=500 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.6% from 500); Green value is 127 (50% from 255 or 25.4% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 205 - color contains mainly: blue. Hex color #A87FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87FCD is #578032. Grayscale: #939393. Windows color (decimal): -5734451 or 13467560. OLE color: 13467560.

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

Color convert

RGB168127205-
CMYK0.180.3800.20
HSL271.54º43.82%65.1%-
HSV(B)271.54º38.05%80.39%-
XYZ34.7627.9161.31-
YUV148.15160.08142.16-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.6%
GREEN value IS 127 (50% from 255) = 25.4%
BLUE value IS 205 (80.47% from 255) = 41%
R=33.6%
G=25.4%
B=41%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1681272050.180.3800.20271.5443.8265.1
HexA87FCD12260141102c41
Octal250177315224602442054101
Binary10101000111111111001101100101001100101001000100001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87FCD; }

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

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

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

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

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

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

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

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