#AA7ACA

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

Shades of East Side #AA7ACA

Tints of East Side #AA7ACA

Color information

#AA7ACA (or 0xAA7ACA) is unknown color: approx East Side. HEX triplet: AA, 7A and CA. RGB value is (170,122,202). Sum of RGB (Red+Green+Blue) = 170+122+202=494 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.41% from 494); Green value is 122 (48.05% from 255 or 24.70% from 494); Blue value is 202 (79.30% from 255 or 40.89% from 494); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA7ACA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7ACA is #558535. Grayscale: #919191. Windows color (decimal): -5604662 or 13269674. OLE color: 13269674.

HSL color Cylindrical-coordinate representation of color #AA7ACA: hue angle of 276º 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 #AA7ACA is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB170122202-
CMYK0.160.4000.21
HSL276º43.01%63.53%-
HSV(B)276º39.6%79.22%-
XYZ34.226.7359.23-
YUV145.47159.9145.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.41%
GREEN value IS 122 (48.05% from 255) = 24.70%
BLUE value IS 202 (79.30% from 255) = 40.89%
R=34.41%
G=24.70%
B=40.89%

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
Decimal1701222020.160.4000.2127643.0163.53
HexAA7ACA10280151142b40
Octal252172312205002542453100
Binary10101010111101011001010100001010000101011000101001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7ACA; }

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

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

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

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

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

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

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

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