#AA6199

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

Shades of Violet Blue #AA6199

Tints of Violet Blue #AA6199

Color information

#AA6199 (or 0xAA6199) is unknown color: approx Violet Blue. HEX triplet: AA, 61 and 99. RGB value is (170,97,153). Sum of RGB (Red+Green+Blue) = 170+97+153=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 97 (38.28% from 255 or 23.10% from 420); Blue value is 153 (60.16% from 255 or 36.43% from 420); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6199 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6199 is #559E66. Grayscale: #7D7D7D. Windows color (decimal): -5611111 or 10052010. OLE color: 10052010.

HSL color Cylindrical-coordinate representation of color #AA6199: hue angle of 313.97º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA6199 is Cyan = 0, Magento = 0.43, Yellow = 0.1 and Black (K on CMYK) = 0.33.

Color convert

RGB17097153-
CMYK00.430.10.33
HSL313.97º30.04%52.35%-
HSV(B)313.97º42.94%66.67%-
XYZ26.619.432.48-
YUV125.21143.68159.95-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.48%
GREEN value IS 97 (38.28% from 255) = 23.10%
BLUE value IS 153 (60.16% from 255) = 36.43%
R=40.48%
G=23.10%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709715300.430.10.33313.9730.0452.35
HexAA619902BA2113a1e34
Octal25214123105312414723664
Binary101010101100001100110010101011101010000110011101011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6199; }

 p { color: rgb(170,97,153); }

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

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

 a { background-color: rgb(170,97,153); }

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

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

 span { border-color: rgb(170,97,153); }

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