#AA5693

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

Shades of Violet Blue #AA5693

Tints of Violet Blue #AA5693

Color information

#AA5693 (or 0xAA5693) is unknown color: approx Violet Blue. HEX triplet: AA, 56 and 93. RGB value is (170,86,147). Sum of RGB (Red+Green+Blue) = 170+86+147=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 86 (33.98% from 255 or 21.34% from 403); Blue value is 147 (57.81% from 255 or 36.48% from 403); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5693 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5693 is #55A96C. Grayscale: #757575. Windows color (decimal): -5613933 or 9655978. OLE color: 9655978.

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

Color convert

RGB17086147-
CMYK00.490.140.33
HSL316.43º33.07%50.2%-
HSV(B)316.43º49.41%66.67%-
XYZ25.1717.3129.62-
YUV118.07144.33165.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.18%
GREEN value IS 86 (33.98% from 255) = 21.34%
BLUE value IS 147 (57.81% from 255) = 36.48%
R=42.18%
G=21.34%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708614700.490.140.33316.4333.0750.2
HexAA5693031E2113c2132
Octal25212622306116414744162
Binary1010101010101101001001101100011110100001100111100100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5693; }

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

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

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

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

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

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

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

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