#A54691

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

Shades of Violet Blue #A54691

Tints of Violet Blue #A54691

Color information

#A54691 (or 0xA54691) is unknown color: approx Violet Blue. HEX triplet: A5, 46 and 91. RGB value is (165,70,145). Sum of RGB (Red+Green+Blue) = 165+70+145=380 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.42% from 380); Green value is 70 (27.73% from 255 or 18.42% from 380); Blue value is 145 (57.03% from 255 or 38.16% from 380); Max value from RGB is 165 - color contains mainly: red. Hex color #A54691 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54691 is #5AB96E. Grayscale: #6A6A6A. Windows color (decimal): -5945711 or 9520805. OLE color: 9520805.

HSL color Cylindrical-coordinate representation of color #A54691: hue angle of 312.63º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A54691 is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.35.

Color convert

RGB16570145-
CMYK00.580.120.35
HSL312.63º40.43%46.08%-
HSV(B)312.63º57.58%64.71%-
XYZ22.8214.4228.37-
YUV106.96149.47169.4-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.42%
GREEN value IS 70 (27.73% from 255) = 18.42%
BLUE value IS 145 (57.03% from 255) = 38.16%
R=43.42%
G=18.42%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1657014500.580.120.35312.6340.4346.08
HexA5469103AC23139282e
Octal24510622107214434715056
Binary1010010110001101001000101110101100100011100111001101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54691; }

 p { color: rgb(165,70,145); }

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

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

 a { background-color: rgb(165,70,145); }

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

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

 span { border-color: rgb(165,70,145); }

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