#AA33A4

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

Shades of Violet Blue #AA33A4

Tints of Violet Blue #AA33A4

Color information

#AA33A4 (or 0xAA33A4) is unknown color: approx Violet Blue. HEX triplet: AA, 33 and A4. RGB value is (170,51,164). Sum of RGB (Red+Green+Blue) = 170+51+164=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 51 (20.31% from 255 or 13.25% from 385); Blue value is 164 (64.45% from 255 or 42.60% from 385); Max value from RGB is 170 - color contains mainly: red. Hex color #AA33A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA33A4 is #55CC5B. Grayscale: #636363. Windows color (decimal): -5622876 or 10761130. OLE color: 10761130.

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

Color convert

RGB17051164-
CMYK00.70.040.33
HSL303.03º53.85%43.33%-
HSV(B)303.03º70%66.67%-
XYZ24.4613.5936.46-
YUV99.46164.42178.31-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.16%
GREEN value IS 51 (20.31% from 255) = 13.25%
BLUE value IS 164 (64.45% from 255) = 42.60%
R=44.16%
G=13.25%
B=42.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705116400.70.040.33303.0353.8543.33
HexAA33A404642112f362b
Octal2526324401064414576653
Binary101010101100111010010001000110100100001100101111110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA33A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA33A4; }

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

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

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

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

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

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

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

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