#AA94BF

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

Shades of East Side #AA94BF

Tints of East Side #AA94BF

Color information

#AA94BF (or 0xAA94BF) is unknown color: approx East Side. HEX triplet: AA, 94 and BF. RGB value is (170,148,191). Sum of RGB (Red+Green+Blue) = 170+148+191=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 148 (58.20% from 255 or 29.08% from 509); Blue value is 191 (75% from 255 or 37.52% from 509); Max value from RGB is 191 - color contains mainly: blue. Hex color #AA94BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA94BF is #556B40. Grayscale: #9F9F9F. Windows color (decimal): -5598017 or 12555434. OLE color: 12555434.

HSL color Cylindrical-coordinate representation of color #AA94BF: hue angle of 270.7º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AA94BF is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB170148191-
CMYK0.110.2300.25
HSL270.7º25.15%66.47%-
HSV(B)270.7º22.51%74.9%-
XYZ36.5733.4953.83-
YUV159.48145.79135.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.40%
GREEN value IS 148 (58.20% from 255) = 29.08%
BLUE value IS 191 (75% from 255) = 37.52%
R=33.40%
G=29.08%
B=37.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701481910.110.2300.25270.725.1566.47
HexAA94BFB1701910f1942
Octal252224277132703141731102
Binary101010101001010010111111101110111011001100001111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA94BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA94BF; }

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

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

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

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

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

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

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

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