#A54896

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

Shades of Violet Blue #A54896

Tints of Violet Blue #A54896

Color information

#A54896 (or 0xA54896) is unknown color: approx Violet Blue. HEX triplet: A5, 48 and 96. RGB value is (165,72,150). Sum of RGB (Red+Green+Blue) = 165+72+150=387 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.64% from 387); Green value is 72 (28.52% from 255 or 18.60% from 387); Blue value is 150 (58.98% from 255 or 38.76% from 387); Max value from RGB is 165 - color contains mainly: red. Hex color #A54896 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54896 is #5AB769. Grayscale: #6C6C6C. Windows color (decimal): -5945194 or 9848997. OLE color: 9848997.

HSL color Cylindrical-coordinate representation of color #A54896: hue angle of 309.68º 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 #A54896 is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.35.

Color convert

RGB16572150-
CMYK00.560.090.35
HSL309.68º39.24%46.47%-
HSV(B)309.68º56.36%64.71%-
XYZ23.3414.8430.49-
YUV108.7151.31168.16-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.64%
GREEN value IS 72 (28.52% from 255) = 18.60%
BLUE value IS 150 (58.98% from 255) = 38.76%
R=42.64%
G=18.60%
B=38.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1657215000.560.090.35309.6839.2446.47
HexA54896038923136272e
Octal24511022607011434664756
Binary1010010110010001001011001110001001100011100110110100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54896; }

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

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

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

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

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

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

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

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