#A54D93

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

Shades of Violet Blue #A54D93

Tints of Violet Blue #A54D93

Color information

#A54D93 (or 0xA54D93) is unknown color: approx Violet Blue. HEX triplet: A5, 4D and 93. RGB value is (165,77,147). Sum of RGB (Red+Green+Blue) = 165+77+147=389 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.42% from 389); Green value is 77 (30.47% from 255 or 19.79% from 389); Blue value is 147 (57.81% from 255 or 37.79% from 389); Max value from RGB is 165 - color contains mainly: red. Hex color #A54D93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A54D93 is #5AB26C. Grayscale: #6F6F6F. Windows color (decimal): -5943917 or 9653669. OLE color: 9653669.

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

Color convert

RGB16577147-
CMYK00.530.110.35
HSL312.27º36.36%47.45%-
HSV(B)312.27º53.33%64.71%-
XYZ23.4415.4129.34-
YUV111.29148.15166.31-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.42%
GREEN value IS 77 (30.47% from 255) = 19.79%
BLUE value IS 147 (57.81% from 255) = 37.79%
R=42.42%
G=19.79%
B=37.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1657714700.530.110.35312.2736.3647.45
HexA54D93035B23138242f
Octal24511522306513434704457
Binary1010010110011011001001101101011011100011100111000100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54D93; }

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

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

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

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

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

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

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

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