#A54891

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

Shades of Violet Blue #A54891

Tints of Violet Blue #A54891

Color information

#A54891 (or 0xA54891) is unknown color: approx Violet Blue. HEX triplet: A5, 48 and 91. RGB value is (165,72,145). Sum of RGB (Red+Green+Blue) = 165+72+145=382 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.19% from 382); Green value is 72 (28.52% from 255 or 18.85% from 382); Blue value is 145 (57.03% from 255 or 37.96% from 382); Max value from RGB is 165 - color contains mainly: red. Hex color #A54891 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54891 is #5AB76E. Grayscale: #6B6B6B. Windows color (decimal): -5945199 or 9521317. OLE color: 9521317.

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

Color convert

RGB16572145-
CMYK00.560.120.35
HSL312.9º39.24%46.47%-
HSV(B)312.9º56.36%64.71%-
XYZ22.9514.6828.41-
YUV108.13148.81168.56-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.19%
GREEN value IS 72 (28.52% from 255) = 18.85%
BLUE value IS 145 (57.03% from 255) = 37.96%
R=43.19%
G=18.85%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1657214500.560.120.35312.939.2446.47
HexA54891038C23139272e
Octal24511022107014434714756
Binary1010010110010001001000101110001100100011100111001100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54891; }

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

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

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

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

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

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

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

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