#A54A96

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

Shades of Violet Blue #A54A96

Tints of Violet Blue #A54A96

Color information

#A54A96 (or 0xA54A96) is unknown color: approx Violet Blue. HEX triplet: A5, 4A and 96. RGB value is (165,74,150). Sum of RGB (Red+Green+Blue) = 165+74+150=389 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.42% from 389); Green value is 74 (29.30% from 255 or 19.02% from 389); Blue value is 150 (58.98% from 255 or 38.56% from 389); Max value from RGB is 165 - color contains mainly: red. Hex color #A54A96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54A96 is #5AB569. Grayscale: #6D6D6D. Windows color (decimal): -5944682 or 9849509. OLE color: 9849509.

HSL color Cylindrical-coordinate representation of color #A54A96: hue angle of 309.89º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A54A96 is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.35.

Color convert

RGB16574150-
CMYK00.550.090.35
HSL309.89º38.08%46.86%-
HSV(B)309.89º55.15%64.71%-
XYZ23.4715.130.53-
YUV109.87150.65167.32-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.42%
GREEN value IS 74 (29.30% from 255) = 19.02%
BLUE value IS 150 (58.98% from 255) = 38.56%
R=42.42%
G=19.02%
B=38.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1657415000.550.090.35309.8938.0846.86
HexA54A96037923136262f
Octal24511222606711434664657
Binary1010010110010101001011001101111001100011100110110100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54A96; }

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

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

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

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

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

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

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

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