#A398AE

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

Shades of East Side #A398AE

Tints of East Side #A398AE

Color information

#A398AE (or 0xA398AE) is unknown color: approx East Side. HEX triplet: A3, 98 and AE. RGB value is (163,152,174). Sum of RGB (Red+Green+Blue) = 163+152+174=489 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.33% from 489); Green value is 152 (59.77% from 255 or 31.08% from 489); Blue value is 174 (68.36% from 255 or 35.58% from 489); Max value from RGB is 174 - color contains mainly: blue. Hex color #A398AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A398AE is #5C6751. Grayscale: #9D9D9D. Windows color (decimal): -6055762 or 11442339. OLE color: 11442339.

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

Color convert

RGB163152174-
CMYK0.060.1300.32
HSL270º11.96%63.92%-
HSV(B)270º12.64%68.24%-
XYZ33.9733.344.68-
YUV157.8137.14131.71-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.33%
GREEN value IS 152 (59.77% from 255) = 31.08%
BLUE value IS 174 (68.36% from 255) = 35.58%
R=33.33%
G=31.08%
B=35.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1631521740.060.1300.3227011.9663.92
HexA398AE6D02010ec40
Octal24323025661504041614100
Binary1010001110011000101011101101101010000010000111011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A398AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A398AE; }

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

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

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

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

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

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

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

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