#A54EAE

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

Shades of Violet Blue #A54EAE

Tints of Violet Blue #A54EAE

Color information

#A54EAE (or 0xA54EAE) is unknown color: approx Violet Blue. HEX triplet: A5, 4E and AE. RGB value is (165,78,174). Sum of RGB (Red+Green+Blue) = 165+78+174=417 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.57% from 417); Green value is 78 (30.86% from 255 or 18.71% from 417); Blue value is 174 (68.36% from 255 or 41.73% from 417); Max value from RGB is 174 - color contains mainly: blue. Hex color #A54EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A54EAE is #5AB151. Grayscale: #727272. Windows color (decimal): -5943634 or 11423397. OLE color: 11423397.

HSL color Cylindrical-coordinate representation of color #A54EAE: hue angle of 294.38º 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 #A54EAE is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16578174-
CMYK0.050.5500.32
HSL294.38º38.1%49.41%-
HSV(B)294.38º55.17%68.24%-
XYZ25.8816.541.87-
YUV114.96161.32163.69-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.57%
GREEN value IS 78 (30.86% from 255) = 18.71%
BLUE value IS 174 (68.36% from 255) = 41.73%
R=39.57%
G=18.71%
B=41.73%

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
Decimal165781740.050.5500.32294.3838.149.41
HexA54EAE5370201262631
Octal2451162565670404464661
Binary101001011001110101011101011101110100000100100110100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54EAE; }

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

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

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

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

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

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

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

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