#A04893

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

Shades of Violet Blue #A04893

Tints of Violet Blue #A04893

Color information

#A04893 (or 0xA04893) is unknown color: approx Violet Blue. HEX triplet: A0, 48 and 93. RGB value is (160,72,147). Sum of RGB (Red+Green+Blue) = 160+72+147=379 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.22% from 379); Green value is 72 (28.52% from 255 or 19.00% from 379); Blue value is 147 (57.81% from 255 or 38.79% from 379); Max value from RGB is 160 - color contains mainly: red. Hex color #A04893 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04893 is #5FB76C. Grayscale: #6A6A6A. Windows color (decimal): -6272877 or 9652384. OLE color: 9652384.

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

Color convert

RGB16072147-
CMYK00.550.080.37
HSL308.86º37.93%45.49%-
HSV(B)308.86º55%62.75%-
XYZ22.0814.2129.18-
YUV106.86150.65165.9-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.22%
GREEN value IS 72 (28.52% from 255) = 19.00%
BLUE value IS 147 (57.81% from 255) = 38.79%
R=42.22%
G=19.00%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.08
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1607214700.550.080.37308.8637.9345.49
HexA04893037825135262d
Octal24011022306710454654655
Binary1010000010010001001001101101111000100101100110101100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04893; }

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

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

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

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

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

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

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

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