#A97AB6

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

Shades of East Side #A97AB6

Tints of East Side #A97AB6

Color information

#A97AB6 (or 0xA97AB6) is unknown color: approx East Side. HEX triplet: A9, 7A and B6. RGB value is (169,122,182). Sum of RGB (Red+Green+Blue) = 169+122+182=473 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.73% from 473); Green value is 122 (48.05% from 255 or 25.79% from 473); Blue value is 182 (71.48% from 255 or 38.48% from 473); Max value from RGB is 182 - color contains mainly: blue. Hex color #A97AB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A97AB6 is #568549. Grayscale: #8E8E8E. Windows color (decimal): -5670218 or 11958953. OLE color: 11958953.

HSL color Cylindrical-coordinate representation of color #A97AB6: hue angle of 287º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A97AB6 is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB169122182-
CMYK0.070.3300.29
HSL287º29.13%59.61%-
HSV(B)287º32.97%71.37%-
XYZ31.7725.7347.55-
YUV142.89150.07146.62-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.73%
GREEN value IS 122 (48.05% from 255) = 25.79%
BLUE value IS 182 (71.48% from 255) = 38.48%
R=35.73%
G=25.79%
B=38.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1691221820.070.3300.2928729.1359.61
HexA97AB672101D11f1d3c
Octal2511722667410354373574
Binary1010100111110101011011011110000101110110001111111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97AB6; }

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

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

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

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

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

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

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

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