#A04890

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

Shades of Violet Blue #A04890

Tints of Violet Blue #A04890

Color information

#A04890 (or 0xA04890) is unknown color: approx Violet Blue. HEX triplet: A0, 48 and 90. RGB value is (160,72,144). Sum of RGB (Red+Green+Blue) = 160+72+144=376 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.55% from 376); Green value is 72 (28.52% from 255 or 19.15% from 376); Blue value is 144 (56.64% from 255 or 38.30% from 376); Max value from RGB is 160 - color contains mainly: red. Hex color #A04890 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04890 is #5FB76F. Grayscale: #6A6A6A. Windows color (decimal): -6272880 or 9455776. OLE color: 9455776.

HSL color Cylindrical-coordinate representation of color #A04890: hue angle of 310.91º 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 #A04890 is Cyan = 0, Magento = 0.55, Yellow = 0.1 and Black (K on CMYK) = 0.37.

Color convert

RGB16072144-
CMYK00.550.10.37
HSL310.91º37.93%45.49%-
HSV(B)310.91º55%62.75%-
XYZ21.8514.1227.96-
YUV106.52149.15166.15-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.55%
GREEN value IS 72 (28.52% from 255) = 19.15%
BLUE value IS 144 (56.64% from 255) = 38.30%
R=42.55%
G=19.15%
B=38.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.1
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1607214400.550.10.37310.9137.9345.49
HexA04890037A25137262d
Octal24011022006712454674655
Binary1010000010010001001000001101111010100101100110111100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04890; }

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

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

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

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

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

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

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

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