#AA94C1

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

Shades of East Side #AA94C1

Tints of East Side #AA94C1

Color information

#AA94C1 (or 0xAA94C1) is unknown color: approx East Side. HEX triplet: AA, 94 and C1. RGB value is (170,148,193). Sum of RGB (Red+Green+Blue) = 170+148+193=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 148 (58.20% from 255 or 28.96% from 511); Blue value is 193 (75.78% from 255 or 37.77% from 511); Max value from RGB is 193 - color contains mainly: blue. Hex color #AA94C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA94C1 is #556B3E. Grayscale: #9F9F9F. Windows color (decimal): -5598015 or 12686506. OLE color: 12686506.

HSL color Cylindrical-coordinate representation of color #AA94C1: hue angle of 269.33º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AA94C1 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB170148193-
CMYK0.120.2300.24
HSL269.33º26.63%66.86%-
HSV(B)269.33º23.32%75.69%-
XYZ36.7933.5854.99-
YUV159.71146.79135.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.27%
GREEN value IS 148 (58.20% from 255) = 28.96%
BLUE value IS 193 (75.78% from 255) = 37.77%
R=33.27%
G=28.96%
B=37.77%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701481930.120.2300.24269.3326.6366.86
HexAA94C1C1701810d1b43
Octal252224301142703041533103
Binary101010101001010011000001110010111011000100001101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA94C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA94C1; }

 p { color: rgb(170,148,193); }

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

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

 a { background-color: rgb(170,148,193); }

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

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

 span { border-color: rgb(170,148,193); }

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