#A387BA

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

Shades of East Side #A387BA

Tints of East Side #A387BA

Color information

#A387BA (or 0xA387BA) is unknown color: approx East Side. HEX triplet: A3, 87 and BA. RGB value is (163,135,186). Sum of RGB (Red+Green+Blue) = 163+135+186=484 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.68% from 484); Green value is 135 (53.12% from 255 or 27.89% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 186 - color contains mainly: blue. Hex color #A387BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A387BA is #5C7845. Grayscale: #959595. Windows color (decimal): -6060102 or 12224419. OLE color: 12224419.

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

Color convert

RGB163135186-
CMYK0.120.2700.27
HSL272.94º26.98%62.94%-
HSV(B)272.94º27.42%72.94%-
XYZ32.6328.6650.27-
YUV149.19148.78137.85-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.68%
GREEN value IS 135 (53.12% from 255) = 27.89%
BLUE value IS 186 (73.05% from 255) = 38.43%
R=33.68%
G=27.89%
B=38.43%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1631351860.120.2700.27272.9426.9862.94
HexA387BAC1B01B1111b3f
Octal24320727214330334213377
Binary10100011100001111011101011001101101101110001000111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A387BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A387BA; }

 p { color: rgb(163,135,186); }

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

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

 a { background-color: rgb(163,135,186); }

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

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

 span { border-color: rgb(163,135,186); }

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