#AA50A0

Color #AA50A0 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #AA50A0

Tints of Violet Blue #AA50A0

Color information

#AA50A0 (or 0xAA50A0) is unknown color: approx Violet Blue. HEX triplet: AA, 50 and A0. RGB value is (170,80,160). Sum of RGB (Red+Green+Blue) = 170+80+160=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 80 (31.64% from 255 or 19.51% from 410); Blue value is 160 (62.89% from 255 or 39.02% from 410); Max value from RGB is 170 - color contains mainly: red. Hex color #AA50A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA50A0 is #55AF5F. Grayscale: #737373. Windows color (decimal): -5615456 or 10506410. OLE color: 10506410.

HSL color Cylindrical-coordinate representation of color #AA50A0: hue angle of 306.67º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA50A0 is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB17080160-
CMYK00.530.060.33
HSL306.67º36%49.02%-
HSV(B)306.67º52.94%66.67%-
XYZ25.7916.8235.15-
YUV116.03152.82166.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.46%
GREEN value IS 80 (31.64% from 255) = 19.51%
BLUE value IS 160 (62.89% from 255) = 39.02%
R=41.46%
G=19.51%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708016000.530.060.33306.673649.02
HexAA50A00356211332431
Octal2521202400656414634461
Binary101010101010000101000000110101110100001100110011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA50A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA50A0; }

 p { color: rgb(170,80,160); }

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

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

 a { background-color: rgb(170,80,160); }

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

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

 span { border-color: rgb(170,80,160); }

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