#AA7ACC

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

Shades of East Side #AA7ACC

Tints of East Side #AA7ACC

Color information

#AA7ACC (or 0xAA7ACC) is unknown color: approx East Side. HEX triplet: AA, 7A and CC. RGB value is (170,122,204). Sum of RGB (Red+Green+Blue) = 170+122+204=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 122 (48.05% from 255 or 24.60% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA7ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7ACC is #558533. Grayscale: #919191. Windows color (decimal): -5604660 or 13400746. OLE color: 13400746.

HSL color Cylindrical-coordinate representation of color #AA7ACC: hue angle of 275.12º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA7ACC is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB170122204-
CMYK0.170.4000.2
HSL275.12º44.57%63.92%-
HSV(B)275.12º40.2%80%-
XYZ34.4426.8260.49-
YUV145.7160.9145.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.27%
GREEN value IS 122 (48.05% from 255) = 24.60%
BLUE value IS 204 (80.08% from 255) = 41.13%
R=34.27%
G=24.60%
B=41.13%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1701222040.170.4000.2275.1244.5763.92
HexAA7ACC11280141132d40
Octal252172314215002442355100
Binary10101010111101011001100100011010000101001000100111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7ACC; }

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

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

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

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

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

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

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

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