#A946A6

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

Shades of Violet Blue #A946A6

Tints of Violet Blue #A946A6

Color information

#A946A6 (or 0xA946A6) is unknown color: approx Violet Blue. HEX triplet: A9, 46 and A6. RGB value is (169,70,166). Sum of RGB (Red+Green+Blue) = 169+70+166=405 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.73% from 405); Green value is 70 (27.73% from 255 or 17.28% from 405); Blue value is 166 (65.23% from 255 or 40.99% from 405); Max value from RGB is 169 - color contains mainly: red. Hex color #A946A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A946A6 is #56B959. Grayscale: #6E6E6E. Windows color (decimal): -5683546 or 10897065. OLE color: 10897065.

HSL color Cylindrical-coordinate representation of color #A946A6: hue angle of 301.82º 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 #A946A6 is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.34.

Color convert

RGB16970166-
CMYK00.590.020.34
HSL301.82º41.42%46.86%-
HSV(B)301.82º58.58%66.27%-
XYZ25.4415.5737.74-
YUV110.54159.3169.69-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.73%
GREEN value IS 70 (27.73% from 255) = 17.28%
BLUE value IS 166 (65.23% from 255) = 40.99%
R=41.73%
G=17.28%
B=40.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.02
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1697016600.590.020.34301.8241.4246.86
HexA946A603B22212e292f
Octal2511062460732424565157
Binary10101001100011010100110011101110100010100101110101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A946A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A946A6; }

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

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

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

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

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

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

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

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