#A97ABA

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

Shades of East Side #A97ABA

Tints of East Side #A97ABA

Color information

#A97ABA (or 0xA97ABA) is unknown color: approx East Side. HEX triplet: A9, 7A and BA. RGB value is (169,122,186). Sum of RGB (Red+Green+Blue) = 169+122+186=477 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.43% from 477); Green value is 122 (48.05% from 255 or 25.58% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 186 - color contains mainly: blue. Hex color #A97ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A97ABA is #568545. Grayscale: #8F8F8F. Windows color (decimal): -5670214 or 12221097. OLE color: 12221097.

HSL color Cylindrical-coordinate representation of color #A97ABA: hue angle of 284.06º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A97ABA is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB169122186-
CMYK0.090.3400.27
HSL284.06º31.68%60.39%-
HSV(B)284.06º34.41%72.94%-
XYZ32.1825.949.76-
YUV143.35152.07146.3-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.43%
GREEN value IS 122 (48.05% from 255) = 25.58%
BLUE value IS 186 (73.05% from 255) = 38.99%
R=35.43%
G=25.58%
B=38.99%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691221860.090.3400.27284.0631.6860.39
HexA97ABA92201B11c203c
Octal25117227211420334344074
Binary101010011111010101110101001100010011011100011100100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97ABA; }

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

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

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

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

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

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

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

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