#A487BD

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

Shades of East Side #A487BD

Tints of East Side #A487BD

Color information

#A487BD (or 0xA487BD) is unknown color: approx East Side. HEX triplet: A4, 87 and BD. RGB value is (164,135,189). Sum of RGB (Red+Green+Blue) = 164+135+189=488 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.61% from 488); Green value is 135 (53.12% from 255 or 27.66% from 488); Blue value is 189 (74.22% from 255 or 38.73% from 488); Max value from RGB is 189 - color contains mainly: blue. Hex color #A487BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A487BD is #5B7842. Grayscale: #959595. Windows color (decimal): -5994563 or 12421028. OLE color: 12421028.

HSL color Cylindrical-coordinate representation of color #A487BD: hue angle of 272.22º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A487BD is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB164135189-
CMYK0.130.2900.26
HSL272.22º29.03%63.53%-
HSV(B)272.22º28.57%74.12%-
XYZ33.1628.8951.97-
YUV149.83150.11138.11-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.61%
GREEN value IS 135 (53.12% from 255) = 27.66%
BLUE value IS 189 (74.22% from 255) = 38.73%
R=33.61%
G=27.66%
B=38.73%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1641351890.130.2900.26272.2229.0363.53
HexA487BDD1D01A1101d40
Octal244207275153503242035100
Binary101001001000011110111101110111101011010100010000111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A487BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A487BD; }

 p { color: rgb(164,135,189); }

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

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

 a { background-color: rgb(164,135,189); }

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

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

 span { border-color: rgb(164,135,189); }

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