#A54EAD

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

Shades of Violet Blue #A54EAD

Tints of Violet Blue #A54EAD

Color information

#A54EAD (or 0xA54EAD) is unknown color: approx Violet Blue. HEX triplet: A5, 4E and AD. RGB value is (165,78,173). Sum of RGB (Red+Green+Blue) = 165+78+173=416 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.66% from 416); Green value is 78 (30.86% from 255 or 18.75% from 416); Blue value is 173 (67.97% from 255 or 41.59% from 416); Max value from RGB is 173 - color contains mainly: blue. Hex color #A54EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A54EAD is #5AB152. Grayscale: #727272. Windows color (decimal): -5943635 or 11357861. OLE color: 11357861.

HSL color Cylindrical-coordinate representation of color #A54EAD: hue angle of 294.95º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A54EAD is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16578173-
CMYK0.050.5500.32
HSL294.95º37.85%49.22%-
HSV(B)294.95º54.91%67.84%-
XYZ25.7816.4741.35-
YUV114.84160.82163.78-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.66%
GREEN value IS 78 (30.86% from 255) = 18.75%
BLUE value IS 173 (67.97% from 255) = 41.59%
R=39.66%
G=18.75%
B=41.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal165781730.050.5500.32294.9537.8549.22
HexA54EAD5370201272631
Octal2451162555670404474661
Binary101001011001110101011011011101110100000100100111100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54EAD; }

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

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

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

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

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

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

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

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