#A04793

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

Shades of Violet Blue #A04793

Tints of Violet Blue #A04793

Color information

#A04793 (or 0xA04793) is unknown color: approx Violet Blue. HEX triplet: A0, 47 and 93. RGB value is (160,71,147). Sum of RGB (Red+Green+Blue) = 160+71+147=378 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.33% from 378); Green value is 71 (28.12% from 255 or 18.78% from 378); Blue value is 147 (57.81% from 255 or 38.89% from 378); Max value from RGB is 160 - color contains mainly: red. Hex color #A04793 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04793 is #5FB86C. Grayscale: #6A6A6A. Windows color (decimal): -6273133 or 9652128. OLE color: 9652128.

HSL color Cylindrical-coordinate representation of color #A04793: hue angle of 308.76º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A04793 is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.37.

Color convert

RGB16071147-
CMYK00.560.080.37
HSL308.76º38.53%45.29%-
HSV(B)308.76º55.62%62.75%-
XYZ22.0214.0929.16-
YUV106.28150.99166.32-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.33%
GREEN value IS 71 (28.12% from 255) = 18.78%
BLUE value IS 147 (57.81% from 255) = 38.89%
R=42.33%
G=18.78%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.08
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1607114700.560.080.37308.7638.5345.29
HexA04793038825135272d
Octal24010722307010454654755
Binary1010000010001111001001101110001000100101100110101100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04793; }

 p { color: rgb(160,71,147); }

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

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

 a { background-color: rgb(160,71,147); }

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

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

 span { border-color: rgb(160,71,147); }

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