#A54595

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

Shades of Violet Blue #A54595

Tints of Violet Blue #A54595

Color information

#A54595 (or 0xA54595) is unknown color: approx Violet Blue. HEX triplet: A5, 45 and 95. RGB value is (165,69,149). Sum of RGB (Red+Green+Blue) = 165+69+149=383 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.08% from 383); Green value is 69 (27.34% from 255 or 18.02% from 383); Blue value is 149 (58.59% from 255 or 38.90% from 383); Max value from RGB is 165 - color contains mainly: red. Hex color #A54595 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54595 is #5ABA6A. Grayscale: #6A6A6A. Windows color (decimal): -5945963 or 9782693. OLE color: 9782693.

HSL color Cylindrical-coordinate representation of color #A54595: hue angle of 310º degrees, saturation: 0.41, 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 #A54595 is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB16569149-
CMYK00.580.100.35
HSL310º41.03%45.88%-
HSV(B)310º58.18%64.71%-
XYZ23.0714.4330-
YUV106.82151.8169.5-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.08%
GREEN value IS 69 (27.34% from 255) = 18.02%
BLUE value IS 149 (58.59% from 255) = 38.90%
R=43.08%
G=18.02%
B=38.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1656914900.580.100.3531041.0345.88
HexA5459503AA23136292e
Octal24510522507212434665156
Binary1010010110001011001010101110101010100011100110110101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54595; }

 p { color: rgb(165,69,149); }

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

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

 a { background-color: rgb(165,69,149); }

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

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

 span { border-color: rgb(165,69,149); }

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