#A54EAB

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

Shades of Violet Blue #A54EAB

Tints of Violet Blue #A54EAB

Color information

#A54EAB (or 0xA54EAB) is unknown color: approx Violet Blue. HEX triplet: A5, 4E and AB. RGB value is (165,78,171). Sum of RGB (Red+Green+Blue) = 165+78+171=414 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.86% from 414); Green value is 78 (30.86% from 255 or 18.84% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 171 - color contains mainly: blue. Hex color #A54EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A54EAB is #5AB154. Grayscale: #727272. Windows color (decimal): -5943637 or 11226789. OLE color: 11226789.

HSL color Cylindrical-coordinate representation of color #A54EAB: hue angle of 296.13º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A54EAB is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16578171-
CMYK0.040.5400.33
HSL296.13º37.35%48.82%-
HSV(B)296.13º54.39%67.06%-
XYZ25.5916.3940.34-
YUV114.62159.82163.94-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.86%
GREEN value IS 78 (30.86% from 255) = 18.84%
BLUE value IS 171 (67.19% from 255) = 41.30%
R=39.86%
G=18.84%
B=41.30%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal165781710.040.5400.33296.1337.3548.82
HexA54EAB4360211282531
Octal2451162534660414504561
Binary101001011001110101010111001101100100001100101000100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54EAB; }

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

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

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

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

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

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

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

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