#AA5692

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

Shades of Violet Blue #AA5692

Tints of Violet Blue #AA5692

Color information

#AA5692 (or 0xAA5692) is unknown color: approx Violet Blue. HEX triplet: AA, 56 and 92. RGB value is (170,86,146). Sum of RGB (Red+Green+Blue) = 170+86+146=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 86 (33.98% from 255 or 21.39% from 402); Blue value is 146 (57.42% from 255 or 36.32% from 402); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5692 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5692 is #55A96D. Grayscale: #757575. Windows color (decimal): -5613934 or 9590442. OLE color: 9590442.

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

Color convert

RGB17086146-
CMYK00.490.140.33
HSL317.14º33.07%50.2%-
HSV(B)317.14º49.41%66.67%-
XYZ25.0917.2829.21-
YUV117.96143.83165.12-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.29%
GREEN value IS 86 (33.98% from 255) = 21.39%
BLUE value IS 146 (57.42% from 255) = 36.32%
R=42.29%
G=21.39%
B=36.32%

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
Decimal1708614600.490.140.33317.1433.0750.2
HexAA5692031E2113d2132
Octal25212622206116414754162
Binary1010101010101101001001001100011110100001100111101100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5692; }

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

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

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

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

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

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

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

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