#AA3F9E

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

Shades of Violet Blue #AA3F9E

Tints of Violet Blue #AA3F9E

Color information

#AA3F9E (or 0xAA3F9E) is unknown color: approx Violet Blue. HEX triplet: AA, 3F and 9E. RGB value is (170,63,158). Sum of RGB (Red+Green+Blue) = 170+63+158=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 63 (25% from 255 or 16.11% from 391); Blue value is 158 (62.11% from 255 or 40.41% from 391); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3F9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3F9E is #55C061. Grayscale: #696969. Windows color (decimal): -5619810 or 10370986. OLE color: 10370986.

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

Color convert

RGB17063158-
CMYK00.630.070.33
HSL306.73º45.92%45.69%-
HSV(B)306.73º62.94%66.67%-
XYZ24.5314.5733.87-
YUV105.82157.45173.78-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.48%
GREEN value IS 63 (25% from 255) = 16.11%
BLUE value IS 158 (62.11% from 255) = 40.41%
R=43.48%
G=16.11%
B=40.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706315800.630.070.33306.7345.9245.69
HexAA3F9E03F7211332e2e
Octal252772360777414635656
Binary10101010111111100111100111111111100001100110011101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3F9E; }

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

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

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

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

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

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

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

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