#A398AD

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

Shades of East Side #A398AD

Tints of East Side #A398AD

Color information

#A398AD (or 0xA398AD) is unknown color: approx East Side. HEX triplet: A3, 98 and AD. RGB value is (163,152,173). Sum of RGB (Red+Green+Blue) = 163+152+173=488 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.40% from 488); Green value is 152 (59.77% from 255 or 31.15% from 488); Blue value is 173 (67.97% from 255 or 35.45% from 488); Max value from RGB is 173 - color contains mainly: blue. Hex color #A398AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A398AD is #5C6752. Grayscale: #9D9D9D. Windows color (decimal): -6055763 or 11376803. OLE color: 11376803.

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

Color convert

RGB163152173-
CMYK0.060.1200.32
HSL271.43º11.35%63.73%-
HSV(B)271.43º12.14%67.84%-
XYZ33.8833.2644.17-
YUV157.68136.64131.79-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.40%
GREEN value IS 152 (59.77% from 255) = 31.15%
BLUE value IS 173 (67.97% from 255) = 35.45%
R=33.40%
G=31.15%
B=35.45%

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
Decimal1631521730.060.1200.32271.4311.3563.73
HexA398AD6C02010fb40
Octal24323025561404041713100
Binary1010001110011000101011011101100010000010000111110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A398AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A398AD; }

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

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

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

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

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

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

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

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