#AA73A3

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

Shades of Violet Blue #AA73A3

Tints of Violet Blue #AA73A3

Color information

#AA73A3 (or 0xAA73A3) is unknown color: approx Violet Blue. HEX triplet: AA, 73 and A3. RGB value is (170,115,163). Sum of RGB (Red+Green+Blue) = 170+115+163=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 115 (45.31% from 255 or 25.67% from 448); Blue value is 163 (64.06% from 255 or 36.38% from 448); Max value from RGB is 170 - color contains mainly: red. Hex color #AA73A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA73A3 is #558C5C. Grayscale: #888888. Windows color (decimal): -5606493 or 10711978. OLE color: 10711978.

HSL color Cylindrical-coordinate representation of color #AA73A3: hue angle of 307.64º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AA73A3 is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB170115163-
CMYK00.320.040.33
HSL307.64º24.44%55.88%-
HSV(B)307.64º32.35%66.67%-
XYZ29.3223.4537.63-
YUV136.92142.72151.6-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.95%
GREEN value IS 115 (45.31% from 255) = 25.67%
BLUE value IS 163 (64.06% from 255) = 36.38%
R=37.95%
G=25.67%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011516300.320.040.33307.6424.4455.88
HexAA73A30204211341838
Octal2521632430404414643070
Binary10101010111001110100011010000010010000110011010011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA73A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA73A3; }

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

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

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

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

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

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

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

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