#A97AB4

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

Shades of East Side #A97AB4

Tints of East Side #A97AB4

Color information

#A97AB4 (or 0xA97AB4) is unknown color: approx East Side. HEX triplet: A9, 7A and B4. RGB value is (169,122,180). Sum of RGB (Red+Green+Blue) = 169+122+180=471 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.88% from 471); Green value is 122 (48.05% from 255 or 25.90% from 471); Blue value is 180 (70.70% from 255 or 38.22% from 471); Max value from RGB is 180 - color contains mainly: blue. Hex color #A97AB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A97AB4 is #56854B. Grayscale: #8E8E8E. Windows color (decimal): -5670220 or 11827881. OLE color: 11827881.

HSL color Cylindrical-coordinate representation of color #A97AB4: hue angle of 288.62º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A97AB4 is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB169122180-
CMYK0.060.3200.29
HSL288.62º27.88%59.22%-
HSV(B)288.62º32.22%70.59%-
XYZ31.5625.6546.47-
YUV142.66149.07146.78-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.88%
GREEN value IS 122 (48.05% from 255) = 25.90%
BLUE value IS 180 (70.70% from 255) = 38.22%
R=35.88%
G=25.90%
B=38.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1691221800.060.3200.29288.6227.8859.22
HexA97AB462001D1211c3b
Octal2511722646400354413473
Binary1010100111110101011010011010000001110110010000111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97AB4; }

 p { color: rgb(169,122,180); }

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

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

 a { background-color: rgb(169,122,180); }

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

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

 span { border-color: rgb(169,122,180); }

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