#A395AA

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

Shades of East Side #A395AA

Tints of East Side #A395AA

Color information

#A395AA (or 0xA395AA) is unknown color: approx East Side. HEX triplet: A3, 95 and AA. RGB value is (163,149,170). Sum of RGB (Red+Green+Blue) = 163+149+170=482 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.82% from 482); Green value is 149 (58.59% from 255 or 30.91% from 482); Blue value is 170 (66.80% from 255 or 35.27% from 482); Max value from RGB is 170 - color contains mainly: blue. Hex color #A395AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A395AA is #5C6A55. Grayscale: #9B9B9B. Windows color (decimal): -6056534 or 11179427. OLE color: 11179427.

HSL color Cylindrical-coordinate representation of color #A395AA: hue angle of 280º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A395AA is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB163149170-
CMYK0.040.1200.33
HSL280º10.99%62.55%-
HSV(B)280º12.35%66.67%-
XYZ33.1132.1842.5-
YUV155.58136.14133.29-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.82%
GREEN value IS 149 (58.59% from 255) = 30.91%
BLUE value IS 170 (66.80% from 255) = 35.27%
R=33.82%
G=30.91%
B=35.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631491700.040.1200.3328010.9962.55
HexA395AA4C021118b3f
Octal2432252524140414301377
Binary101000111001010110101010100110001000011000110001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A395AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A395AA; }

 p { color: rgb(163,149,170); }

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

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

 a { background-color: rgb(163,149,170); }

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

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

 span { border-color: rgb(163,149,170); }

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