#a544a9

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

Shades of Violet Blue #A544A9

Tints of Violet Blue #A544A9

Color information

#A544A9 (or 0xA544A9) is unknown color: approx Violet Blue. HEX triplet: A5, 44 and A9. RGB value is (165,68,169). Sum of RGB (Red+Green+Blue) = 165+68+169=402 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.04% from 402); Green value is 68 (26.95% from 255 or 16.92% from 402); Blue value is 169 (66.41% from 255 or 42.04% from 402); Max value from RGB is 169 - color contains mainly: blue. Hex color #A544A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A544A9 is #5ABB56. Grayscale: #6C6C6C. Windows color (decimal): -5946199 or 11093157. OLE color: 11093157.

HSL color Cylindrical-coordinate representation of color #A544A9: hue angle of 297.62º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A544A9 is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB16568169-
CMYK0.020.6000.34
HSL297.62º42.62%46.47%-
HSV(B)297.62º59.76%66.27%-
XYZ24.751539.13-
YUV108.52162.14168.29-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.04%
GREEN value IS 68 (26.95% from 255) = 16.92%
BLUE value IS 169 (66.41% from 255) = 42.04%
R=41.04%
G=16.92%
B=42.04%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal165681690.020.6000.34297.6242.6246.47
HexA544A923C02212a2b2e
Octal2451042512740424525356
Binary10100101100010010101001101111000100010100101010101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a544a9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a544a9; }

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

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

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

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

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

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

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

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