#AA58A6

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

Shades of Violet Blue #AA58A6

Tints of Violet Blue #AA58A6

Color information

#AA58A6 (or 0xAA58A6) is unknown color: approx Violet Blue. HEX triplet: AA, 58 and A6. RGB value is (170,88,166). Sum of RGB (Red+Green+Blue) = 170+88+166=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 88 (34.77% from 255 or 20.75% from 424); Blue value is 166 (65.23% from 255 or 39.15% from 424); Max value from RGB is 170 - color contains mainly: red. Hex color #AA58A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA58A6 is #55A759. Grayscale: #797979. Windows color (decimal): -5613402 or 10901674. OLE color: 10901674.

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

Color convert

RGB17088166-
CMYK00.480.020.33
HSL302.93º32.54%50.59%-
HSV(B)302.93º48.24%66.67%-
XYZ26.9518.2838.18-
YUV121.41153.17162.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.09%
GREEN value IS 88 (34.77% from 255) = 20.75%
BLUE value IS 166 (65.23% from 255) = 39.15%
R=40.09%
G=20.75%
B=39.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708816600.480.020.33302.9332.5450.59
HexAA58A603022112f2133
Octal2521302460602414574163
Binary10101010101100010100110011000010100001100101111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA58A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA58A6; }

 p { color: rgb(170,88,166); }

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

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

 a { background-color: rgb(170,88,166); }

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

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

 span { border-color: rgb(170,88,166); }

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