#A54EA1

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

Shades of Violet Blue #A54EA1

Tints of Violet Blue #A54EA1

Color information

#A54EA1 (or 0xA54EA1) is unknown color: approx Violet Blue. HEX triplet: A5, 4E and A1. RGB value is (165,78,161). Sum of RGB (Red+Green+Blue) = 165+78+161=404 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.84% from 404); Green value is 78 (30.86% from 255 or 19.31% from 404); Blue value is 161 (63.28% from 255 or 39.85% from 404); Max value from RGB is 165 - color contains mainly: red. Hex color #A54EA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A54EA1 is #5AB15E. Grayscale: #717171. Windows color (decimal): -5943647 or 10571429. OLE color: 10571429.

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

Color convert

RGB16578161-
CMYK00.530.020.35
HSL302.76º35.8%47.65%-
HSV(B)302.76º52.73%64.71%-
XYZ24.6716.0235.51-
YUV113.48154.82164.75-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.84%
GREEN value IS 78 (30.86% from 255) = 19.31%
BLUE value IS 161 (63.28% from 255) = 39.85%
R=40.84%
G=19.31%
B=39.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1657816100.530.020.35302.7635.847.65
HexA54EA103522312f2430
Octal2451162410652434574460
Binary10100101100111010100001011010110100011100101111100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54EA1; }

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

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

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

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

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

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

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

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