#A54790

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

Shades of Violet Blue #A54790

Tints of Violet Blue #A54790

Color information

#A54790 (or 0xA54790) is unknown color: approx Violet Blue. HEX triplet: A5, 47 and 90. RGB value is (165,71,144). Sum of RGB (Red+Green+Blue) = 165+71+144=380 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.42% from 380); Green value is 71 (28.12% from 255 or 18.68% from 380); Blue value is 144 (56.64% from 255 or 37.89% from 380); Max value from RGB is 165 - color contains mainly: red. Hex color #A54790 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54790 is #5AB86F. Grayscale: #6B6B6B. Windows color (decimal): -5945456 or 9455525. OLE color: 9455525.

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

Color convert

RGB16571144-
CMYK00.570.130.35
HSL313.4º39.83%46.27%-
HSV(B)313.4º56.97%64.71%-
XYZ22.814.5227.99-
YUV107.43148.64169.06-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.42%
GREEN value IS 71 (28.12% from 255) = 18.68%
BLUE value IS 144 (56.64% from 255) = 37.89%
R=43.42%
G=18.68%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1657114400.570.130.35313.439.8346.27
HexA54790039D23139282e
Octal24510722007115434715056
Binary1010010110001111001000001110011101100011100111001101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54790; }

 p { color: rgb(165,71,144); }

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

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

 a { background-color: rgb(165,71,144); }

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

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

 span { border-color: rgb(165,71,144); }

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