#AA73B3

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

Shades of Violet Blue #AA73B3

Tints of Violet Blue #AA73B3

Color information

#AA73B3 (or 0xAA73B3) is unknown color: approx Violet Blue. HEX triplet: AA, 73 and B3. RGB value is (170,115,179). Sum of RGB (Red+Green+Blue) = 170+115+179=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 115 (45.31% from 255 or 24.78% from 464); Blue value is 179 (70.31% from 255 or 38.58% from 464); Max value from RGB is 179 - color contains mainly: blue. Hex color #AA73B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA73B3 is #558C4C. Grayscale: #8A8A8A. Windows color (decimal): -5606477 or 11760554. OLE color: 11760554.

HSL color Cylindrical-coordinate representation of color #AA73B3: hue angle of 291.56º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AA73B3 is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB170115179-
CMYK0.050.3600.30
HSL291.56º29.63%57.65%-
HSV(B)291.56º35.75%70.2%-
XYZ30.8424.0645.67-
YUV138.74150.72150.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.64%
GREEN value IS 115 (45.31% from 255) = 24.78%
BLUE value IS 179 (70.31% from 255) = 38.58%
R=36.64%
G=24.78%
B=38.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1701151790.050.3600.30291.5629.6357.65
HexAA73B352401E1241e3a
Octal2521632635440364443672
Binary1010101011100111011001110110010001111010010010011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA73B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA73B3; }

 p { color: rgb(170,115,179); }

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

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

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

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

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

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

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