#A5549F

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

Shades of Violet Blue #A5549F

Tints of Violet Blue #A5549F

Color information

#A5549F (or 0xA5549F) is unknown color: approx Violet Blue. HEX triplet: A5, 54 and 9F. RGB value is (165,84,159). Sum of RGB (Red+Green+Blue) = 165+84+159=408 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.44% from 408); Green value is 84 (33.20% from 255 or 20.59% from 408); Blue value is 159 (62.5% from 255 or 38.97% from 408); Max value from RGB is 165 - color contains mainly: red. Hex color #A5549F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5549F is #5AAB60. Grayscale: #747474. Windows color (decimal): -5942113 or 10441893. OLE color: 10441893.

HSL color Cylindrical-coordinate representation of color #A5549F: hue angle of 304.44º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A5549F is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB16584159-
CMYK00.490.040.35
HSL304.44º32.53%48.82%-
HSV(B)304.44º49.09%64.71%-
XYZ24.9516.8434.74-
YUV116.77151.84162.4-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.44%
GREEN value IS 84 (33.20% from 255) = 20.59%
BLUE value IS 159 (62.5% from 255) = 38.97%
R=40.44%
G=20.59%
B=38.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658415900.490.040.35304.4432.5348.82
HexA5549F0314231302131
Octal2451242370614434604161
Binary101001011010100100111110110001100100011100110000100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5549F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5549F; }

 p { color: rgb(165,84,159); }

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

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

 a { background-color: rgb(165,84,159); }

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

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

 span { border-color: rgb(165,84,159); }

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