#A87DBA

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

Shades of East Side #A87DBA

Tints of East Side #A87DBA

Color information

#A87DBA (or 0xA87DBA) is unknown color: approx East Side. HEX triplet: A8, 7D and BA. RGB value is (168,125,186). Sum of RGB (Red+Green+Blue) = 168+125+186=479 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.07% from 479); Green value is 125 (49.22% from 255 or 26.10% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 186 - color contains mainly: blue. Hex color #A87DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A87DBA is #578245. Grayscale: #909090. Windows color (decimal): -5734982 or 12221864. OLE color: 12221864.

HSL color Cylindrical-coordinate representation of color #A87DBA: hue angle of 282.3º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A87DBA is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB168125186-
CMYK0.100.3300.27
HSL282.3º30.65%60.98%-
HSV(B)282.3º32.8%72.94%-
XYZ32.3426.5449.87-
YUV144.81151.25144.54-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.07%
GREEN value IS 125 (49.22% from 255) = 26.10%
BLUE value IS 186 (73.05% from 255) = 38.83%
R=35.07%
G=26.10%
B=38.83%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1681251860.100.3300.27282.330.6560.98
HexA87DBAA2101B11a1f3d
Octal25017527212410334323775
Binary10101000111110110111010101010000101101110001101011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87DBA; }

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

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

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

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

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

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

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

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