#AA3F9F

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

Shades of Violet Blue #AA3F9F

Tints of Violet Blue #AA3F9F

Color information

#AA3F9F (or 0xAA3F9F) is unknown color: approx Violet Blue. HEX triplet: AA, 3F and 9F. RGB value is (170,63,159). Sum of RGB (Red+Green+Blue) = 170+63+159=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 63 (25% from 255 or 16.07% from 392); Blue value is 159 (62.5% from 255 or 40.56% from 392); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3F9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3F9F is #55C060. Grayscale: #696969. Windows color (decimal): -5619809 or 10436522. OLE color: 10436522.

HSL color Cylindrical-coordinate representation of color #AA3F9F: hue angle of 306.17º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA3F9F is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB17063159-
CMYK00.630.060.33
HSL306.17º45.92%45.69%-
HSV(B)306.17º62.94%66.67%-
XYZ24.6114.634.32-
YUV105.94157.95173.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.37%
GREEN value IS 63 (25% from 255) = 16.07%
BLUE value IS 159 (62.5% from 255) = 40.56%
R=43.37%
G=16.07%
B=40.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706315900.630.060.33306.1745.9245.69
HexAA3F9F03F6211322e2e
Octal252772370776414625656
Binary10101010111111100111110111111110100001100110010101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3F9F; }

 p { color: rgb(170,63,159); }

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

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

 a { background-color: rgb(170,63,159); }

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

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

 span { border-color: rgb(170,63,159); }

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