#aa5093

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

Shades of Violet Blue #AA5093

Tints of Violet Blue #AA5093

Color information

#AA5093 (or 0xAA5093) is unknown color: approx Violet Blue. HEX triplet: AA, 50 and 93. RGB value is (170,80,147). Sum of RGB (Red+Green+Blue) = 170+80+147=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 80 (31.64% from 255 or 20.15% from 397); Blue value is 147 (57.81% from 255 or 37.03% from 397); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5093 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5093 is #55AF6C. Grayscale: #727272. Windows color (decimal): -5615469 or 9654442. OLE color: 9654442.

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

Color convert

RGB17080147-
CMYK00.530.140.33
HSL315.33º36%49.02%-
HSV(B)315.33º52.94%66.67%-
XYZ24.7116.3929.46-
YUV114.55146.32167.55-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.82%
GREEN value IS 80 (31.64% from 255) = 20.15%
BLUE value IS 147 (57.81% from 255) = 37.03%
R=42.82%
G=20.15%
B=37.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708014700.530.140.33315.333649.02
HexAA5093035E2113b2431
Octal25212022306516414734461
Binary1010101010100001001001101101011110100001100111011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa5093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa5093; }

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

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

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

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

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

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

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

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