#A398AB

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

Shades of East Side #A398AB

Tints of East Side #A398AB

Color information

#A398AB (or 0xA398AB) is unknown color: approx East Side. HEX triplet: A3, 98 and AB. RGB value is (163,152,171). Sum of RGB (Red+Green+Blue) = 163+152+171=486 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.54% from 486); Green value is 152 (59.77% from 255 or 31.28% from 486); Blue value is 171 (67.19% from 255 or 35.19% from 486); Max value from RGB is 171 - color contains mainly: blue. Hex color #A398AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A398AB is #5C6754. Grayscale: #9D9D9D. Windows color (decimal): -6055765 or 11245731. OLE color: 11245731.

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

Color convert

RGB163152171-
CMYK0.050.1100.33
HSL274.74º10.16%63.33%-
HSV(B)274.74º11.11%67.06%-
XYZ33.6833.1843.16-
YUV157.45135.64131.96-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.54%
GREEN value IS 152 (59.77% from 255) = 31.28%
BLUE value IS 171 (67.19% from 255) = 35.19%
R=33.54%
G=31.28%
B=35.19%

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
Decimal1631521710.050.1100.33274.7410.1663.33
HexA398AB5B021113a3f
Octal2432302535130414231277
Binary101000111001100010101011101101101000011000100111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A398AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A398AB; }

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

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

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

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

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

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

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

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