#A046A9

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

Shades of Violet Blue #A046A9

Tints of Violet Blue #A046A9

Color information

#A046A9 (or 0xA046A9) is unknown color: approx Violet Blue. HEX triplet: A0, 46 and A9. RGB value is (160,70,169). Sum of RGB (Red+Green+Blue) = 160+70+169=399 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.10% from 399); Green value is 70 (27.73% from 255 or 17.54% from 399); Blue value is 169 (66.41% from 255 or 42.36% from 399); Max value from RGB is 169 - color contains mainly: blue. Hex color #A046A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A046A9 is #5FB956. Grayscale: #6B6B6B. Windows color (decimal): -6273367 or 11093664. OLE color: 11093664.

HSL color Cylindrical-coordinate representation of color #A046A9: hue angle of 294.55º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A046A9 is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB16070169-
CMYK0.050.5900.34
HSL294.55º41.42%46.86%-
HSV(B)294.55º58.58%66.27%-
XYZ23.8514.7239.12-
YUV108.2162.32164.95-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.10%
GREEN value IS 70 (27.73% from 255) = 17.54%
BLUE value IS 169 (66.41% from 255) = 42.36%
R=40.10%
G=17.54%
B=42.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal160701690.050.5900.34294.5541.4246.86
HexA046A953B022127292f
Octal2401062515730424475157
Binary101000001000110101010011011110110100010100100111101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A046A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A046A9; }

 p { color: rgb(160,70,169); }

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

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

 a { background-color: rgb(160,70,169); }

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

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

 span { border-color: rgb(160,70,169); }

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