#A473A3

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

Shades of Violet Blue #A473A3

Tints of Violet Blue #A473A3

Color information

#A473A3 (or 0xA473A3) is unknown color: approx Violet Blue. HEX triplet: A4, 73 and A3. RGB value is (164,115,163). Sum of RGB (Red+Green+Blue) = 164+115+163=442 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.10% from 442); Green value is 115 (45.31% from 255 or 26.02% from 442); Blue value is 163 (64.06% from 255 or 36.88% from 442); Max value from RGB is 164 - color contains mainly: red. Hex color #A473A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A473A3 is #5B8C5C. Grayscale: #868686. Windows color (decimal): -5999709 or 10711972. OLE color: 10711972.

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

Color convert

RGB164115163-
CMYK00.300.010.36
HSL301.22º21.21%54.71%-
HSV(B)301.22º29.88%64.31%-
XYZ28.0522.837.57-
YUV135.12143.73148.6-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.10%
GREEN value IS 115 (45.31% from 255) = 26.02%
BLUE value IS 163 (64.06% from 255) = 36.88%
R=37.10%
G=26.02%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411516300.300.010.36301.2221.2154.71
HexA473A301E12412d1537
Octal2441632430361444552567
Binary10100100111001110100011011110110010010010110110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A473A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A473A3; }

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

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

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

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

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

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

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

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