#A54DA9

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

Shades of Violet Blue #A54DA9

Tints of Violet Blue #A54DA9

Color information

#A54DA9 (or 0xA54DA9) is unknown color: approx Violet Blue. HEX triplet: A5, 4D and A9. RGB value is (165,77,169). Sum of RGB (Red+Green+Blue) = 165+77+169=411 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.15% from 411); Green value is 77 (30.47% from 255 or 18.73% from 411); Blue value is 169 (66.41% from 255 or 41.12% from 411); Max value from RGB is 169 - color contains mainly: blue. Hex color #A54DA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A54DA9 is #5AB256. Grayscale: #717171. Windows color (decimal): -5943895 or 11095461. OLE color: 11095461.

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

Color convert

RGB16577169-
CMYK0.020.5400.34
HSL297.39º37.4%48.24%-
HSV(B)297.39º54.44%66.27%-
XYZ25.3316.1739.32-
YUV113.8159.15164.52-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.15%
GREEN value IS 77 (30.47% from 255) = 18.73%
BLUE value IS 169 (66.41% from 255) = 41.12%
R=40.15%
G=18.73%
B=41.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal165771690.020.5400.34297.3937.448.24
HexA54DA92360221292530
Octal2451152512660424514560
Binary10100101100110110101001101101100100010100101001100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54DA9; }

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

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

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

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

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

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

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

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