#A486BB

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

Shades of East Side #A486BB

Tints of East Side #A486BB

Color information

#A486BB (or 0xA486BB) is unknown color: approx East Side. HEX triplet: A4, 86 and BB. RGB value is (164,134,187). Sum of RGB (Red+Green+Blue) = 164+134+187=485 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.81% from 485); Green value is 134 (52.73% from 255 or 27.63% from 485); Blue value is 187 (73.44% from 255 or 38.56% from 485); Max value from RGB is 187 - color contains mainly: blue. Hex color #A486BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A486BB is #5B7944. Grayscale: #949494. Windows color (decimal): -5994821 or 12289700. OLE color: 12289700.

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

Color convert

RGB164134187-
CMYK0.120.2800.27
HSL273.96º28.04%62.94%-
HSV(B)273.96º28.34%73.33%-
XYZ32.828.5350.79-
YUV149.01149.44138.69-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.81%
GREEN value IS 134 (52.73% from 255) = 27.63%
BLUE value IS 187 (73.44% from 255) = 38.56%
R=33.81%
G=27.63%
B=38.56%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641341870.120.2800.27273.9628.0462.94
HexA486BBC1C01B1121c3f
Octal24420627314340334223477
Binary10100100100001101011101111001110001101110001001011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A486BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A486BB; }

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

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

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

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

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

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

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

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