#A73AA3

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

Shades of Violet Blue #A73AA3

Tints of Violet Blue #A73AA3

Color information

#A73AA3 (or 0xA73AA3) is unknown color: approx Violet Blue. HEX triplet: A7, 3A and A3. RGB value is (167,58,163). Sum of RGB (Red+Green+Blue) = 167+58+163=388 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.04% from 388); Green value is 58 (23.05% from 255 or 14.95% from 388); Blue value is 163 (64.06% from 255 or 42.01% from 388); Max value from RGB is 167 - color contains mainly: red. Hex color #A73AA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A73AA3 is #58C55C. Grayscale: #666666. Windows color (decimal): -5817693 or 10697383. OLE color: 10697383.

HSL color Cylindrical-coordinate representation of color #A73AA3: hue angle of 302.2º 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 #A73AA3 is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB16758163-
CMYK00.650.020.35
HSL302.2º48.44%44.12%-
HSV(B)302.2º65.27%65.49%-
XYZ24.0613.8936.06-
YUV102.56162.11173.96-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.04%
GREEN value IS 58 (23.05% from 255) = 14.95%
BLUE value IS 163 (64.06% from 255) = 42.01%
R=43.04%
G=14.95%
B=42.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1675816300.650.020.35302.248.4444.12
HexA73AA304122312e302c
Octal2477224301012434566054
Binary10100111111010101000110100000110100011100101110110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73AA3; }

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

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

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

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

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

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

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

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