#AA439D

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

Shades of Violet Blue #AA439D

Tints of Violet Blue #AA439D

Color information

#AA439D (or 0xAA439D) is unknown color: approx Violet Blue. HEX triplet: AA, 43 and 9D. RGB value is (170,67,157). Sum of RGB (Red+Green+Blue) = 170+67+157=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 67 (26.56% from 255 or 17.01% from 394); Blue value is 157 (61.72% from 255 or 39.85% from 394); Max value from RGB is 170 - color contains mainly: red. Hex color #AA439D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA439D is #55BC62. Grayscale: #6B6B6B. Windows color (decimal): -5618787 or 10306474. OLE color: 10306474.

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

Color convert

RGB17067157-
CMYK00.610.080.33
HSL307.57º43.46%46.47%-
HSV(B)307.57º60.59%66.67%-
XYZ24.6714.9933.49-
YUV108.06155.62172.18-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.15%
GREEN value IS 67 (26.56% from 255) = 17.01%
BLUE value IS 157 (61.72% from 255) = 39.85%
R=43.15%
G=17.01%
B=39.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706715700.610.080.33307.5743.4646.47
HexAA439D03D8211342b2e
Octal25210323507510414645356
Binary1010101010000111001110101111011000100001100110100101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA439D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA439D; }

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

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

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

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

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

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

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

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