#A54DA3

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

Shades of Violet Blue #A54DA3

Tints of Violet Blue #A54DA3

Color information

#A54DA3 (or 0xA54DA3) is unknown color: approx Violet Blue. HEX triplet: A5, 4D and A3. RGB value is (165,77,163). Sum of RGB (Red+Green+Blue) = 165+77+163=405 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.74% from 405); Green value is 77 (30.47% from 255 or 19.01% from 405); Blue value is 163 (64.06% from 255 or 40.25% from 405); Max value from RGB is 165 - color contains mainly: red. Hex color #A54DA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A54DA3 is #5AB25C. Grayscale: #707070. Windows color (decimal): -5943901 or 10702245. OLE color: 10702245.

HSL color Cylindrical-coordinate representation of color #A54DA3: hue angle of 301.36º 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 #A54DA3 is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB16577163-
CMYK00.530.010.35
HSL301.36º36.36%47.45%-
HSV(B)301.36º53.33%64.71%-
XYZ24.7815.9536.42-
YUV113.12156.15165.01-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.74%
GREEN value IS 77 (30.47% from 255) = 19.01%
BLUE value IS 163 (64.06% from 255) = 40.25%
R=40.74%
G=19.01%
B=40.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1657716300.530.010.35301.3636.3647.45
HexA54DA303512312d242f
Octal2451152430651434554457
Binary1010010110011011010001101101011100011100101101100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54DA3; }

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

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

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

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

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

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

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

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