#A9549E

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

Shades of Violet Blue #A9549E

Tints of Violet Blue #A9549E

Color information

#A9549E (or 0xA9549E) is unknown color: approx Violet Blue. HEX triplet: A9, 54 and 9E. RGB value is (169,84,158). Sum of RGB (Red+Green+Blue) = 169+84+158=411 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.12% from 411); Green value is 84 (33.20% from 255 or 20.44% from 411); Blue value is 158 (62.11% from 255 or 38.44% from 411); Max value from RGB is 169 - color contains mainly: red. Hex color #A9549E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9549E is #56AB61. Grayscale: #757575. Windows color (decimal): -5679970 or 10376361. OLE color: 10376361.

HSL color Cylindrical-coordinate representation of color #A9549E: hue angle of 307.76º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A9549E is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB16984158-
CMYK00.500.070.34
HSL307.76º33.6%49.61%-
HSV(B)307.76º50.3%66.27%-
XYZ25.717.2434.32-
YUV117.85150.66164.48-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.12%
GREEN value IS 84 (33.20% from 255) = 20.44%
BLUE value IS 158 (62.11% from 255) = 38.44%
R=41.12%
G=20.44%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698415800.500.070.34307.7633.649.61
HexA9549E0327221342232
Octal2511242360627424644262
Binary101010011010100100111100110010111100010100110100100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9549E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9549E; }

 p { color: rgb(169,84,158); }

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

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

 a { background-color: rgb(169,84,158); }

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

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

 span { border-color: rgb(169,84,158); }

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