#A54AA9

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

Shades of Violet Blue #A54AA9

Tints of Violet Blue #A54AA9

Color information

#A54AA9 (or 0xA54AA9) is unknown color: approx Violet Blue. HEX triplet: A5, 4A and A9. RGB value is (165,74,169). Sum of RGB (Red+Green+Blue) = 165+74+169=408 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.44% from 408); Green value is 74 (29.30% from 255 or 18.14% from 408); Blue value is 169 (66.41% from 255 or 41.42% from 408); Max value from RGB is 169 - color contains mainly: blue. Hex color #A54AA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54AA9 is #5AB556. Grayscale: #6F6F6F. Windows color (decimal): -5944663 or 11094693. OLE color: 11094693.

HSL color Cylindrical-coordinate representation of color #A54AA9: hue angle of 297.47º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A54AA9 is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB16574169-
CMYK0.020.5600.34
HSL297.47º39.09%47.65%-
HSV(B)297.47º56.21%66.27%-
XYZ25.1315.7639.25-
YUV112.04160.15165.78-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.44%
GREEN value IS 74 (29.30% from 255) = 18.14%
BLUE value IS 169 (66.41% from 255) = 41.42%
R=40.44%
G=18.14%
B=41.42%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal165741690.020.5600.34297.4739.0947.65
HexA54AA92380221292730
Octal2451122512700424514760
Binary10100101100101010101001101110000100010100101001100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54AA9; }

 p { color: rgb(165,74,169); }

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

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

 a { background-color: rgb(165,74,169); }

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

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

 span { border-color: rgb(165,74,169); }

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