#AA46AA

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

Shades of Violet Blue #AA46AA

Tints of Violet Blue #AA46AA

Color information

#AA46AA (or 0xAA46AA) is unknown color: approx Violet Blue. HEX triplet: AA, 46 and AA. RGB value is (170,70,170). Sum of RGB (Red+Green+Blue) = 170+70+170=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 70 (27.73% from 255 or 17.07% from 410); Blue value is 170 (66.80% from 255 or 41.46% from 410); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA46AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA46AA is #55B955. Grayscale: #6F6F6F. Windows color (decimal): -5618006 or 11159210. OLE color: 11159210.

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

Color convert

RGB17070170-
CMYK00.5900.33
HSL300º41.67%47.06%-
HSV(B)300º58.82%66.67%-
XYZ26.0215.8339.71-
YUV111.3161.13169.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.46%
GREEN value IS 70 (27.73% from 255) = 17.07%
BLUE value IS 170 (66.80% from 255) = 41.46%
R=41.46%
G=17.07%
B=41.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707017000.5900.3330041.6747.06
HexAA46AA03B02112c2a2f
Octal2521062520730414545257
Binary1010101010001101010101001110110100001100101100101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA46AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA46AA; }

 p { color: rgb(170,70,170); }

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

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

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

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

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

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

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