#A398AC

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

Shades of East Side #A398AC

Tints of East Side #A398AC

Color information

#A398AC (or 0xA398AC) is unknown color: approx East Side. HEX triplet: A3, 98 and AC. RGB value is (163,152,172). Sum of RGB (Red+Green+Blue) = 163+152+172=487 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.47% from 487); Green value is 152 (59.77% from 255 or 31.21% from 487); Blue value is 172 (67.58% from 255 or 35.32% from 487); Max value from RGB is 172 - color contains mainly: blue. Hex color #A398AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A398AC is #5C6753. Grayscale: #9D9D9D. Windows color (decimal): -6055764 or 11311267. OLE color: 11311267.

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

Color convert

RGB163152172-
CMYK0.050.1200.33
HSL273º10.75%63.53%-
HSV(B)273º11.63%67.45%-
XYZ33.7833.2243.66-
YUV157.57136.14131.87-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.47%
GREEN value IS 152 (59.77% from 255) = 31.21%
BLUE value IS 172 (67.58% from 255) = 35.32%
R=33.47%
G=31.21%
B=35.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631521720.050.1200.3327310.7563.53
HexA398AC5C021111b40
Octal24323025451404142113100
Binary1010001110011000101011001011100010000110001000110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A398AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A398AC; }

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

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

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

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

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

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

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

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