#A04892

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

Shades of Violet Blue #A04892

Tints of Violet Blue #A04892

Color information

#A04892 (or 0xA04892) is unknown color: approx Violet Blue. HEX triplet: A0, 48 and 92. RGB value is (160,72,146). Sum of RGB (Red+Green+Blue) = 160+72+146=378 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.33% from 378); Green value is 72 (28.52% from 255 or 19.05% from 378); Blue value is 146 (57.42% from 255 or 38.62% from 378); Max value from RGB is 160 - color contains mainly: red. Hex color #A04892 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04892 is #5FB76D. Grayscale: #6A6A6A. Windows color (decimal): -6272878 or 9586848. OLE color: 9586848.

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

Color convert

RGB16072146-
CMYK00.550.090.37
HSL309.55º37.93%45.49%-
HSV(B)309.55º55%62.75%-
XYZ2214.1828.77-
YUV106.75150.15165.98-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.33%
GREEN value IS 72 (28.52% from 255) = 19.05%
BLUE value IS 146 (57.42% from 255) = 38.62%
R=42.33%
G=19.05%
B=38.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.09
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1607214600.550.090.37309.5537.9345.49
HexA04892037925136262d
Octal24011022206711454664655
Binary1010000010010001001001001101111001100101100110110100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04892; }

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

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

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

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

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

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

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

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