#A05994

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

Shades of Violet Blue #A05994

Tints of Violet Blue #A05994

Color information

#A05994 (or 0xA05994) is unknown color: approx Violet Blue. HEX triplet: A0, 59 and 94. RGB value is (160,89,148). Sum of RGB (Red+Green+Blue) = 160+89+148=397 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.30% from 397); Green value is 89 (35.16% from 255 or 22.42% from 397); Blue value is 148 (58.20% from 255 or 37.28% from 397); Max value from RGB is 160 - color contains mainly: red. Hex color #A05994 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05994 is #5FA66B. Grayscale: #747474. Windows color (decimal): -6268524 or 9722272. OLE color: 9722272.

HSL color Cylindrical-coordinate representation of color #A05994: hue angle of 310.14º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A05994 is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB16089148-
CMYK00.440.070.37
HSL310.14º28.51%48.82%-
HSV(B)310.14º44.37%62.75%-
XYZ23.4116.7630.02-
YUV116.96145.52158.7-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.30%
GREEN value IS 89 (35.16% from 255) = 22.42%
BLUE value IS 148 (58.20% from 255) = 37.28%
R=40.30%
G=22.42%
B=37.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.07
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608914800.440.070.37310.1428.5148.82
HexA0599402C7251361d31
Octal2401312240547454663561
Binary10100000101100110010100010110011110010110011011011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05994; }

 p { color: rgb(160,89,148); }

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

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

 a { background-color: rgb(160,89,148); }

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

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

 span { border-color: rgb(160,89,148); }

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