#A54EAA

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

Shades of Violet Blue #A54EAA

Tints of Violet Blue #A54EAA

Color information

#A54EAA (or 0xA54EAA) is unknown color: approx Violet Blue. HEX triplet: A5, 4E and AA. RGB value is (165,78,170). Sum of RGB (Red+Green+Blue) = 165+78+170=413 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.95% from 413); Green value is 78 (30.86% from 255 or 18.89% from 413); Blue value is 170 (66.80% from 255 or 41.16% from 413); Max value from RGB is 170 - color contains mainly: blue. Hex color #A54EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A54EAA is #5AB155. Grayscale: #727272. Windows color (decimal): -5943638 or 11161253. OLE color: 11161253.

HSL color Cylindrical-coordinate representation of color #A54EAA: hue angle of 296.74º 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 #A54EAA is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16578170-
CMYK0.030.5400.33
HSL296.74º37.1%48.63%-
HSV(B)296.74º54.12%66.67%-
XYZ25.516.3539.84-
YUV114.5159.32164.02-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.95%
GREEN value IS 78 (30.86% from 255) = 18.89%
BLUE value IS 170 (66.80% from 255) = 41.16%
R=39.95%
G=18.89%
B=41.16%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal165781700.030.5400.33296.7437.148.63
HexA54EAA3360211292531
Octal2451162523660414514561
Binary10100101100111010101010111101100100001100101001100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54EAA; }

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

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

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

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

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

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

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

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