#A398AA

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

Shades of East Side #A398AA

Tints of East Side #A398AA

Color information

#A398AA (or 0xA398AA) is unknown color: approx East Side. HEX triplet: A3, 98 and AA. RGB value is (163,152,170). Sum of RGB (Red+Green+Blue) = 163+152+170=485 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.61% from 485); Green value is 152 (59.77% from 255 or 31.34% from 485); Blue value is 170 (66.80% from 255 or 35.05% from 485); Max value from RGB is 170 - color contains mainly: blue. Hex color #A398AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A398AA is #5C6755. Grayscale: #9D9D9D. Windows color (decimal): -6055766 or 11180195. OLE color: 11180195.

HSL color Cylindrical-coordinate representation of color #A398AA: hue angle of 276.67º 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 #A398AA is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB163152170-
CMYK0.040.1100.33
HSL276.67º9.57%63.14%-
HSV(B)276.67º10.59%66.67%-
XYZ33.5933.1542.66-
YUV157.34135.14132.04-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.61%
GREEN value IS 152 (59.77% from 255) = 31.34%
BLUE value IS 170 (66.80% from 255) = 35.05%
R=33.61%
G=31.34%
B=35.05%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631521700.040.1100.33276.679.5763.14
HexA398AA4B021115a3f
Octal2432302524130414251277
Binary101000111001100010101010100101101000011000101011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A398AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A398AA; }

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

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

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

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

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

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

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

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