#A195AD

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

Shades of East Side #A195AD

Tints of East Side #A195AD

Color information

#A195AD (or 0xA195AD) is unknown color: approx East Side. HEX triplet: A1, 95 and AD. RGB value is (161,149,173). Sum of RGB (Red+Green+Blue) = 161+149+173=483 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.33% from 483); Green value is 149 (58.59% from 255 or 30.85% from 483); Blue value is 173 (67.97% from 255 or 35.82% from 483); Max value from RGB is 173 - color contains mainly: blue. Hex color #A195AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A195AD is #5E6A52. Grayscale: #9B9B9B. Windows color (decimal): -6187603 or 11376033. OLE color: 11376033.

HSL color Cylindrical-coordinate representation of color #A195AD: hue angle of 270º 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 #A195AD is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB161149173-
CMYK0.070.1400.32
HSL270º12.77%63.14%-
HSV(B)270º13.87%67.84%-
XYZ32.9932.0943.99-
YUV155.32137.98132.05-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.33%
GREEN value IS 149 (58.59% from 255) = 30.85%
BLUE value IS 173 (67.97% from 255) = 35.82%
R=33.33%
G=30.85%
B=35.82%

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
Decimal1611491730.070.1400.3227012.7763.14
HexA195AD7E02010ed3f
Octal2412252557160404161577
Binary101000011001010110101101111111001000001000011101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A195AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A195AD; }

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

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

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

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

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

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

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

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