#A297AB

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

Shades of East Side #A297AB

Tints of East Side #A297AB

Color information

#A297AB (or 0xA297AB) is unknown color: approx East Side. HEX triplet: A2, 97 and AB. RGB value is (162,151,171). Sum of RGB (Red+Green+Blue) = 162+151+171=484 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.47% from 484); Green value is 151 (59.38% from 255 or 31.20% from 484); Blue value is 171 (67.19% from 255 or 35.33% from 484); Max value from RGB is 171 - color contains mainly: blue. Hex color #A297AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A297AB is #5D6854. Grayscale: #9C9C9C. Windows color (decimal): -6121557 or 11245474. OLE color: 11245474.

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

Color convert

RGB162151171-
CMYK0.050.1200.33
HSL273º10.64%63.14%-
HSV(B)273º11.7%67.06%-
XYZ33.3232.7543.09-
YUV156.57136.14131.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.47%
GREEN value IS 151 (59.38% from 255) = 31.20%
BLUE value IS 171 (67.19% from 255) = 35.33%
R=33.47%
G=31.20%
B=35.33%

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
Decimal1621511710.050.1200.3327310.6463.14
HexA297AB5C021111b3f
Octal2422272535140414211377
Binary101000101001011110101011101110001000011000100011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A297AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A297AB; }

 p { color: rgb(162,151,171); }

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

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

 a { background-color: rgb(162,151,171); }

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

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

 span { border-color: rgb(162,151,171); }

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