#A491AE

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

Shades of East Side #A491AE

Tints of East Side #A491AE

Color information

#A491AE (or 0xA491AE) is unknown color: approx East Side. HEX triplet: A4, 91 and AE. RGB value is (164,145,174). Sum of RGB (Red+Green+Blue) = 164+145+174=483 (63% of max value = 765). Red value is 164 (64.45% from 255 or 33.95% from 483); Green value is 145 (57.03% from 255 or 30.02% from 483); Blue value is 174 (68.36% from 255 or 36.02% from 483); Max value from RGB is 174 - color contains mainly: blue. Hex color #A491AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A491AE is #5B6E51. Grayscale: #999999. Windows color (decimal): -5992018 or 11440548. OLE color: 11440548.

HSL color Cylindrical-coordinate representation of color #A491AE: hue angle of 279.31º degrees, saturation: 0.15, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A491AE is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB164145174-
CMYK0.060.1700.32
HSL279.31º15.18%62.55%-
HSV(B)279.31º16.67%68.24%-
XYZ33.0831.244.32-
YUV153.99139.29135.14-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.95%
GREEN value IS 145 (57.03% from 255) = 30.02%
BLUE value IS 174 (68.36% from 255) = 36.02%
R=33.95%
G=30.02%
B=36.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1641451740.060.1700.32279.3115.1862.55
HexA491AE611020117f3f
Octal2442212566210404271777
Binary1010010010010001101011101101000101000001000101111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A491AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A491AE; }

 p { color: rgb(164,145,174); }

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

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

 a { background-color: rgb(164,145,174); }

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

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

 span { border-color: rgb(164,145,174); }

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