#AA509E

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

Shades of Violet Blue #AA509E

Tints of Violet Blue #AA509E

Color information

#AA509E (or 0xAA509E) is unknown color: approx Violet Blue. HEX triplet: AA, 50 and 9E. RGB value is (170,80,158). Sum of RGB (Red+Green+Blue) = 170+80+158=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 80 (31.64% from 255 or 19.61% from 408); Blue value is 158 (62.11% from 255 or 38.73% from 408); Max value from RGB is 170 - color contains mainly: red. Hex color #AA509E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA509E is #55AF61. Grayscale: #737373. Windows color (decimal): -5615458 or 10375338. OLE color: 10375338.

HSL color Cylindrical-coordinate representation of color #AA509E: hue angle of 308º 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 #AA509E is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB17080158-
CMYK00.530.070.33
HSL308º36%49.02%-
HSV(B)308º52.94%66.67%-
XYZ25.6216.7534.23-
YUV115.8151.82166.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.67%
GREEN value IS 80 (31.64% from 255) = 19.61%
BLUE value IS 158 (62.11% from 255) = 38.73%
R=41.67%
G=19.61%
B=38.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708015800.530.070.333083649.02
HexAA509E0357211342431
Octal2521202360657414644461
Binary101010101010000100111100110101111100001100110100100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA509E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA509E; }

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

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

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

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

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

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

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

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