#A54FA9

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

Shades of Violet Blue #A54FA9

Tints of Violet Blue #A54FA9

Color information

#A54FA9 (or 0xA54FA9) is unknown color: approx Violet Blue. HEX triplet: A5, 4F and A9. RGB value is (165,79,169). Sum of RGB (Red+Green+Blue) = 165+79+169=413 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.95% from 413); Green value is 79 (31.25% from 255 or 19.13% from 413); Blue value is 169 (66.41% from 255 or 40.92% from 413); Max value from RGB is 169 - color contains mainly: blue. Hex color #A54FA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A54FA9 is #5AB056. Grayscale: #727272. Windows color (decimal): -5943383 or 11095973. OLE color: 11095973.

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

Color convert

RGB16579169-
CMYK0.020.5300.34
HSL297.33º36.29%48.63%-
HSV(B)297.33º53.25%66.27%-
XYZ25.4716.4639.37-
YUV114.97158.49163.68-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.95%
GREEN value IS 79 (31.25% from 255) = 19.13%
BLUE value IS 169 (66.41% from 255) = 40.92%
R=39.95%
G=19.13%
B=40.92%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal165791690.020.5300.34297.3336.2948.63
HexA54FA92350221292431
Octal2451172512650424514461
Binary10100101100111110101001101101010100010100101001100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54FA9; }

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

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

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

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

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

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

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

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