#AA7FBE

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

Shades of East Side #AA7FBE

Tints of East Side #AA7FBE

Color information

#AA7FBE (or 0xAA7FBE) is unknown color: approx East Side. HEX triplet: AA, 7F and BE. RGB value is (170,127,190). Sum of RGB (Red+Green+Blue) = 170+127+190=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 127 (50% from 255 or 26.08% from 487); Blue value is 190 (74.61% from 255 or 39.01% from 487); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA7FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7FBE is #558041. Grayscale: #929292. Windows color (decimal): -5603394 or 12484522. OLE color: 12484522.

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

Color convert

RGB170127190-
CMYK0.110.3300.25
HSL280.95º32.64%62.16%-
HSV(B)280.95º33.16%74.51%-
XYZ33.4627.4452.25-
YUV147.04152.25144.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.91%
GREEN value IS 127 (50% from 255) = 26.08%
BLUE value IS 190 (74.61% from 255) = 39.01%
R=34.91%
G=26.08%
B=39.01%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701271900.110.3300.25280.9532.6462.16
HexAA7FBEB21019119213e
Octal25217727613410314314176
Binary101010101111111101111101011100001011001100011001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7FBE; }

 p { color: rgb(170,127,190); }

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

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

 a { background-color: rgb(170,127,190); }

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

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

 span { border-color: rgb(170,127,190); }

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