#AA3F9D

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

Shades of Violet Blue #AA3F9D

Tints of Violet Blue #AA3F9D

Color information

#AA3F9D (or 0xAA3F9D) is unknown color: approx Violet Blue. HEX triplet: AA, 3F and 9D. RGB value is (170,63,157). Sum of RGB (Red+Green+Blue) = 170+63+157=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 63 (25% from 255 or 16.15% from 390); Blue value is 157 (61.72% from 255 or 40.26% from 390); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3F9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3F9D is #55C062. Grayscale: #696969. Windows color (decimal): -5619811 or 10305450. OLE color: 10305450.

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

Color convert

RGB17063157-
CMYK00.630.080.33
HSL307.29º45.92%45.69%-
HSV(B)307.29º62.94%66.67%-
XYZ24.4414.5433.42-
YUV105.71156.95173.86-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.59%
GREEN value IS 63 (25% from 255) = 16.15%
BLUE value IS 157 (61.72% from 255) = 40.26%
R=43.59%
G=16.15%
B=40.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706315700.630.080.33307.2945.9245.69
HexAA3F9D03F8211332e2e
Octal2527723507710414635656
Binary101010101111111001110101111111000100001100110011101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3F9D; }

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

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

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

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

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

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

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

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