#A87DB5

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

Shades of East Side #A87DB5

Tints of East Side #A87DB5

Color information

#A87DB5 (or 0xA87DB5) is unknown color: approx East Side. HEX triplet: A8, 7D and B5. RGB value is (168,125,181). Sum of RGB (Red+Green+Blue) = 168+125+181=474 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.44% from 474); Green value is 125 (49.22% from 255 or 26.37% from 474); Blue value is 181 (71.09% from 255 or 38.19% from 474); Max value from RGB is 181 - color contains mainly: blue. Hex color #A87DB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87DB5 is #57824A. Grayscale: #909090. Windows color (decimal): -5734987 or 11894184. OLE color: 11894184.

HSL color Cylindrical-coordinate representation of color #A87DB5: hue angle of 286.07º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A87DB5 is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB168125181-
CMYK0.070.3100.29
HSL286.07º27.45%60%-
HSV(B)286.07º30.94%70.98%-
XYZ31.8226.3347.12-
YUV144.24148.75144.95-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.44%
GREEN value IS 125 (49.22% from 255) = 26.37%
BLUE value IS 181 (71.09% from 255) = 38.19%
R=35.44%
G=26.37%
B=38.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1681251810.070.3100.29286.0727.4560
HexA87DB571F01D11e1b3c
Octal2501752657370354363374
Binary101010001111101101101011111111101110110001111011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87DB5; }

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

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

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

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

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

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

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

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