#AA46A3

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

Shades of Violet Blue #AA46A3

Tints of Violet Blue #AA46A3

Color information

#AA46A3 (or 0xAA46A3) is unknown color: approx Violet Blue. HEX triplet: AA, 46 and A3. RGB value is (170,70,163). Sum of RGB (Red+Green+Blue) = 170+70+163=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 70 (27.73% from 255 or 17.37% from 403); Blue value is 163 (64.06% from 255 or 40.45% from 403); Max value from RGB is 170 - color contains mainly: red. Hex color #AA46A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA46A3 is #55B95C. Grayscale: #6E6E6E. Windows color (decimal): -5618013 or 10700458. OLE color: 10700458.

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

Color convert

RGB17070163-
CMYK00.590.040.33
HSL304.2º41.67%47.06%-
HSV(B)304.2º58.82%66.67%-
XYZ25.3815.5736.32-
YUV110.5157.63170.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.18%
GREEN value IS 70 (27.73% from 255) = 17.37%
BLUE value IS 163 (64.06% from 255) = 40.45%
R=42.18%
G=17.37%
B=40.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707016300.590.040.33304.241.6747.06
HexAA46A303B4211302a2f
Octal2521062430734414605257
Binary101010101000110101000110111011100100001100110000101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA46A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA46A3; }

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

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

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

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

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

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

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

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