#A399AD

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

Shades of East Side #A399AD

Tints of East Side #A399AD

Color information

#A399AD (or 0xA399AD) is unknown color: approx East Side. HEX triplet: A3, 99 and AD. RGB value is (163,153,173). Sum of RGB (Red+Green+Blue) = 163+153+173=489 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.33% from 489); Green value is 153 (60.16% from 255 or 31.29% from 489); Blue value is 173 (67.97% from 255 or 35.38% from 489); Max value from RGB is 173 - color contains mainly: blue. Hex color #A399AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A399AD is #5C6652. Grayscale: #9E9E9E. Windows color (decimal): -6055507 or 11377059. OLE color: 11377059.

HSL color Cylindrical-coordinate representation of color #A399AD: hue angle of 270º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A399AD is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB163153173-
CMYK0.060.1200.32
HSL270º10.87%63.92%-
HSV(B)270º11.56%67.84%-
XYZ34.0433.5944.22-
YUV158.27136.31131.37-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.33%
GREEN value IS 153 (60.16% from 255) = 31.29%
BLUE value IS 173 (67.97% from 255) = 35.38%
R=33.33%
G=31.29%
B=35.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1631531730.060.1200.3227010.8763.92
HexA399AD6C02010eb40
Octal24323125561404041613100
Binary1010001110011001101011011101100010000010000111010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A399AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A399AD; }

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

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

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

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

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

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

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

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