#AA4A93

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

Shades of Violet Blue #AA4A93

Tints of Violet Blue #AA4A93

Color information

#AA4A93 (or 0xAA4A93) is unknown color: approx Violet Blue. HEX triplet: AA, 4A and 93. RGB value is (170,74,147). Sum of RGB (Red+Green+Blue) = 170+74+147=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 74 (29.30% from 255 or 18.93% from 391); Blue value is 147 (57.81% from 255 or 37.60% from 391); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4A93 is #55B56C. Grayscale: #6E6E6E. Windows color (decimal): -5617005 or 9652906. OLE color: 9652906.

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

Color convert

RGB17074147-
CMYK00.560.140.33
HSL314.38º39.34%47.84%-
HSV(B)314.38º56.47%66.67%-
XYZ24.2915.5529.32-
YUV111.03148.3170.06-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.48%
GREEN value IS 74 (29.30% from 255) = 18.93%
BLUE value IS 147 (57.81% from 255) = 37.60%
R=43.48%
G=18.93%
B=37.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707414700.560.140.33314.3839.3447.84
HexAA4A93038E2113a2730
Octal25211222307016414724760
Binary1010101010010101001001101110001110100001100111010100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4A93; }

 p { color: rgb(170,74,147); }

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

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

 a { background-color: rgb(170,74,147); }

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

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

 span { border-color: rgb(170,74,147); }

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