#A54AAE

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

Shades of Violet Blue #A54AAE

Tints of Violet Blue #A54AAE

Color information

#A54AAE (or 0xA54AAE) is unknown color: approx Violet Blue. HEX triplet: A5, 4A and AE. RGB value is (165,74,174). Sum of RGB (Red+Green+Blue) = 165+74+174=413 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.95% from 413); Green value is 74 (29.30% from 255 or 17.92% from 413); Blue value is 174 (68.36% from 255 or 42.13% from 413); Max value from RGB is 174 - color contains mainly: blue. Hex color #A54AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54AAE is #5AB551. Grayscale: #707070. Windows color (decimal): -5944658 or 11422373. OLE color: 11422373.

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

Color convert

RGB16574174-
CMYK0.050.5700.32
HSL294.6º40.32%48.63%-
HSV(B)294.6º57.47%68.24%-
XYZ25.6115.9541.77-
YUV112.61162.65165.37-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.95%
GREEN value IS 74 (29.30% from 255) = 17.92%
BLUE value IS 174 (68.36% from 255) = 42.13%
R=39.95%
G=17.92%
B=42.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal165741740.050.5700.32294.640.3248.63
HexA54AAE5390201272831
Octal2451122565710404475061
Binary101001011001010101011101011110010100000100100111101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54AAE; }

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

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

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

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

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

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

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

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