#A573A4

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

Shades of Violet Blue #A573A4

Tints of Violet Blue #A573A4

Color information

#A573A4 (or 0xA573A4) is unknown color: approx Violet Blue. HEX triplet: A5, 73 and A4. RGB value is (165,115,164). Sum of RGB (Red+Green+Blue) = 165+115+164=444 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.16% from 444); Green value is 115 (45.31% from 255 or 25.90% from 444); Blue value is 164 (64.45% from 255 or 36.94% from 444); Max value from RGB is 165 - color contains mainly: red. Hex color #A573A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A573A4 is #5A8C5B. Grayscale: #878787. Windows color (decimal): -5934172 or 10777509. OLE color: 10777509.

HSL color Cylindrical-coordinate representation of color #A573A4: hue angle of 301.2º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A573A4 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB165115164-
CMYK00.300.010.35
HSL301.2º21.74%54.9%-
HSV(B)301.2º30.3%64.71%-
XYZ28.3522.9438.06-
YUV135.54144.06149.02-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.16%
GREEN value IS 115 (45.31% from 255) = 25.90%
BLUE value IS 164 (64.45% from 255) = 36.94%
R=37.16%
G=25.90%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511516400.300.010.35301.221.7454.9
HexA573A401E12312d1637
Octal2451632440361434552667
Binary10100101111001110100100011110110001110010110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A573A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A573A4; }

 p { color: rgb(165,115,164); }

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

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

 a { background-color: rgb(165,115,164); }

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

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

 span { border-color: rgb(165,115,164); }

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