#A486BD

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

Shades of East Side #A486BD

Tints of East Side #A486BD

Color information

#A486BD (or 0xA486BD) is unknown color: approx East Side. HEX triplet: A4, 86 and BD. RGB value is (164,134,189). Sum of RGB (Red+Green+Blue) = 164+134+189=487 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.68% from 487); Green value is 134 (52.73% from 255 or 27.52% from 487); Blue value is 189 (74.22% from 255 or 38.81% from 487); Max value from RGB is 189 - color contains mainly: blue. Hex color #A486BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A486BD is #5B7942. Grayscale: #959595. Windows color (decimal): -5994819 or 12420772. OLE color: 12420772.

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

Color convert

RGB164134189-
CMYK0.130.2900.26
HSL272.73º29.41%63.33%-
HSV(B)272.73º29.1%74.12%-
XYZ33.0228.6251.93-
YUV149.24150.44138.53-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.68%
GREEN value IS 134 (52.73% from 255) = 27.52%
BLUE value IS 189 (74.22% from 255) = 38.81%
R=33.68%
G=27.52%
B=38.81%

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
Decimal1641341890.130.2900.26272.7329.4163.33
HexA486BDD1D01A1111d3f
Octal24420627515350324213577
Binary10100100100001101011110111011110101101010001000111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A486BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A486BD; }

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

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

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

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

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

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

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

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