#A195AE

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

Shades of East Side #A195AE

Tints of East Side #A195AE

Color information

#A195AE (or 0xA195AE) is unknown color: approx East Side. HEX triplet: A1, 95 and AE. RGB value is (161,149,174). Sum of RGB (Red+Green+Blue) = 161+149+174=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 149 (58.59% from 255 or 30.79% from 484); Blue value is 174 (68.36% from 255 or 35.95% from 484); Max value from RGB is 174 - color contains mainly: blue. Hex color #A195AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A195AE is #5E6A51. Grayscale: #9B9B9B. Windows color (decimal): -6187602 or 11441569. OLE color: 11441569.

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

Color convert

RGB161149174-
CMYK0.070.1400.32
HSL268.8º13.37%63.33%-
HSV(B)268.8º14.37%68.24%-
XYZ33.0932.1344.5-
YUV155.44138.48131.97-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.26%
GREEN value IS 149 (58.59% from 255) = 30.79%
BLUE value IS 174 (68.36% from 255) = 35.95%
R=33.26%
G=30.79%
B=35.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1611491740.070.1400.32268.813.3763.33
HexA195AE7E02010dd3f
Octal2412252567160404151577
Binary101000011001010110101110111111001000001000011011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A195AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A195AE; }

 p { color: rgb(161,149,174); }

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

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

 a { background-color: rgb(161,149,174); }

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

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

 span { border-color: rgb(161,149,174); }

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