#AA33A8

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

Shades of Violet Blue #AA33A8

Tints of Violet Blue #AA33A8

Color information

#AA33A8 (or 0xAA33A8) is unknown color: approx Violet Blue. HEX triplet: AA, 33 and A8. RGB value is (170,51,168). Sum of RGB (Red+Green+Blue) = 170+51+168=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 51 (20.31% from 255 or 13.11% from 389); Blue value is 168 (66.02% from 255 or 43.19% from 389); Max value from RGB is 170 - color contains mainly: red. Hex color #AA33A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA33A8 is #55CC57. Grayscale: #636363. Windows color (decimal): -5622872 or 11023274. OLE color: 11023274.

HSL color Cylindrical-coordinate representation of color #AA33A8: hue angle of 301.01º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AA33A8 is Cyan = 0, Magento = 0.7, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB17051168-
CMYK00.70.010.33
HSL301.01º53.85%43.33%-
HSV(B)301.01º70%66.67%-
XYZ24.8313.7438.39-
YUV99.92166.42177.99-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.70%
GREEN value IS 51 (20.31% from 255) = 13.11%
BLUE value IS 168 (66.02% from 255) = 43.19%
R=43.70%
G=13.11%
B=43.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705116800.70.010.33301.0153.8543.33
HexAA33A804612112d362b
Octal2526325001061414556653
Binary1010101011001110101000010001101100001100101101110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA33A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA33A8; }

 p { color: rgb(170,51,168); }

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

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

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

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

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

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

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