#AA5095

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

Shades of Violet Blue #AA5095

Tints of Violet Blue #AA5095

Color information

#AA5095 (or 0xAA5095) is unknown color: approx Violet Blue. HEX triplet: AA, 50 and 95. RGB value is (170,80,149). Sum of RGB (Red+Green+Blue) = 170+80+149=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 80 (31.64% from 255 or 20.05% from 399); Blue value is 149 (58.59% from 255 or 37.34% from 399); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5095 is #55AF6A. Grayscale: #727272. Windows color (decimal): -5615467 or 9785514. OLE color: 9785514.

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

Color convert

RGB17080149-
CMYK00.530.120.33
HSL314º36%49.02%-
HSV(B)314º52.94%66.67%-
XYZ24.8716.4530.3-
YUV114.78147.32167.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.61%
GREEN value IS 80 (31.64% from 255) = 20.05%
BLUE value IS 149 (58.59% from 255) = 37.34%
R=42.61%
G=20.05%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708014900.530.120.333143649.02
HexAA5095035C2113a2431
Octal25212022506514414724461
Binary1010101010100001001010101101011100100001100111010100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5095; }

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

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

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

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

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

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

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

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