#A73A9F

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

Shades of Violet Blue #A73A9F

Tints of Violet Blue #A73A9F

Color information

#A73A9F (or 0xA73A9F) is unknown color: approx Violet Blue. HEX triplet: A7, 3A and 9F. RGB value is (167,58,159). Sum of RGB (Red+Green+Blue) = 167+58+159=384 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.49% from 384); Green value is 58 (23.05% from 255 or 15.10% from 384); Blue value is 159 (62.5% from 255 or 41.41% from 384); Max value from RGB is 167 - color contains mainly: red. Hex color #A73A9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A73A9F is #58C560. Grayscale: #656565. Windows color (decimal): -5817697 or 10435239. OLE color: 10435239.

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

Color convert

RGB16758159-
CMYK00.650.050.35
HSL304.4º48.44%44.12%-
HSV(B)304.4º65.27%65.49%-
XYZ23.7113.7434.2-
YUV102.1160.11174.29-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.49%
GREEN value IS 58 (23.05% from 255) = 15.10%
BLUE value IS 159 (62.5% from 255) = 41.41%
R=43.49%
G=15.10%
B=41.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1675815900.650.050.35304.448.4444.12
HexA73A9F041523130302c
Octal2477223701015434606054
Binary101001111110101001111101000001101100011100110000110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73A9F; }

 p { color: rgb(167,58,159); }

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

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

 a { background-color: rgb(167,58,159); }

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

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

 span { border-color: rgb(167,58,159); }

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