#A399AB

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

Shades of East Side #A399AB

Tints of East Side #A399AB

Color information

#A399AB (or 0xA399AB) is unknown color: approx East Side. HEX triplet: A3, 99 and AB. RGB value is (163,153,171). Sum of RGB (Red+Green+Blue) = 163+153+171=487 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.47% from 487); Green value is 153 (60.16% from 255 or 31.42% from 487); Blue value is 171 (67.19% from 255 or 35.11% from 487); Max value from RGB is 171 - color contains mainly: blue. Hex color #A399AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A399AB is #5C6654. Grayscale: #9D9D9D. Windows color (decimal): -6055509 or 11245987. OLE color: 11245987.

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

Color convert

RGB163153171-
CMYK0.050.1100.33
HSL273.33º9.68%63.53%-
HSV(B)273.33º10.53%67.06%-
XYZ33.8533.5143.21-
YUV158.04135.31131.54-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.47%
GREEN value IS 153 (60.16% from 255) = 31.42%
BLUE value IS 171 (67.19% from 255) = 35.11%
R=33.47%
G=31.42%
B=35.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631531710.050.1100.33273.339.6863.53
HexA399AB5B021111a40
Octal24323125351304142112100
Binary1010001110011001101010111011011010000110001000110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A399AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A399AB; }

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

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

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

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

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

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

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

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