#A54EA3

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

Shades of Violet Blue #A54EA3

Tints of Violet Blue #A54EA3

Color information

#A54EA3 (or 0xA54EA3) is unknown color: approx Violet Blue. HEX triplet: A5, 4E and A3. RGB value is (165,78,163). Sum of RGB (Red+Green+Blue) = 165+78+163=406 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.64% from 406); Green value is 78 (30.86% from 255 or 19.21% from 406); Blue value is 163 (64.06% from 255 or 40.15% from 406); Max value from RGB is 165 - color contains mainly: red. Hex color #A54EA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A54EA3 is #5AB15C. Grayscale: #717171. Windows color (decimal): -5943645 or 10702501. OLE color: 10702501.

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

Color convert

RGB16578163-
CMYK00.530.010.35
HSL301.38º35.8%47.65%-
HSV(B)301.38º52.73%64.71%-
XYZ24.8516.0936.45-
YUV113.7155.82164.59-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.64%
GREEN value IS 78 (30.86% from 255) = 19.21%
BLUE value IS 163 (64.06% from 255) = 40.15%
R=40.64%
G=19.21%
B=40.15%

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
Decimal1657816300.530.010.35301.3835.847.65
HexA54EA303512312d2430
Octal2451162430651434554460
Binary1010010110011101010001101101011100011100101101100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54EA3; }

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

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

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

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

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

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

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

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