#A97ACA

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

Shades of East Side #A97ACA

Tints of East Side #A97ACA

Color information

#A97ACA (or 0xA97ACA) is unknown color: approx East Side. HEX triplet: A9, 7A and CA. RGB value is (169,122,202). Sum of RGB (Red+Green+Blue) = 169+122+202=493 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.28% from 493); Green value is 122 (48.05% from 255 or 24.75% from 493); Blue value is 202 (79.30% from 255 or 40.97% from 493); Max value from RGB is 202 - color contains mainly: blue. Hex color #A97ACA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A97ACA is #568535. Grayscale: #909090. Windows color (decimal): -5670198 or 13269673. OLE color: 13269673.

HSL color Cylindrical-coordinate representation of color #A97ACA: hue angle of 275.25º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A97ACA is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB169122202-
CMYK0.160.4000.21
HSL275.25º43.01%63.53%-
HSV(B)275.25º39.6%79.22%-
XYZ33.9826.6259.22-
YUV145.17160.07145-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.28%
GREEN value IS 122 (48.05% from 255) = 24.75%
BLUE value IS 202 (79.30% from 255) = 40.97%
R=34.28%
G=24.75%
B=40.97%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1691222020.160.4000.21275.2543.0163.53
HexA97ACA10280151132b40
Octal251172312205002542353100
Binary10101001111101011001010100001010000101011000100111010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97ACA; }

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

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

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

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

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

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

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

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