#A399AA

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

Shades of East Side #A399AA

Tints of East Side #A399AA

Color information

#A399AA (or 0xA399AA) is unknown color: approx East Side. HEX triplet: A3, 99 and AA. RGB value is (163,153,170). Sum of RGB (Red+Green+Blue) = 163+153+170=486 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.54% from 486); Green value is 153 (60.16% from 255 or 31.48% from 486); Blue value is 170 (66.80% from 255 or 34.98% from 486); Max value from RGB is 170 - color contains mainly: blue. Hex color #A399AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A399AA is #5C6655. Grayscale: #9D9D9D. Windows color (decimal): -6055510 or 11180451. OLE color: 11180451.

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

Color convert

RGB163153170-
CMYK0.040.100.33
HSL275.29º9.09%63.33%-
HSV(B)275.29º10%66.67%-
XYZ33.7533.4742.71-
YUV157.93134.81131.62-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.54%
GREEN value IS 153 (60.16% from 255) = 31.48%
BLUE value IS 170 (66.80% from 255) = 34.98%
R=33.54%
G=31.48%
B=34.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631531700.040.100.33275.299.0963.33
HexA399AA4A02111393f
Octal2432312524120414231177
Binary101000111001100110101010100101001000011000100111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A399AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A399AA; }

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

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

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

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

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

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

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

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