#A0498A

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

Shades of Violet Blue #A0498A

Tints of Violet Blue #A0498A

Color information

#A0498A (or 0xA0498A) is unknown color: approx Violet Blue. HEX triplet: A0, 49 and 8A. RGB value is (160,73,138). Sum of RGB (Red+Green+Blue) = 160+73+138=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 73 (28.91% from 255 or 19.68% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 160 - color contains mainly: red. Hex color #A0498A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0498A is #5FB675. Grayscale: #6A6A6A. Windows color (decimal): -6272630 or 9062816. OLE color: 9062816.

HSL color Cylindrical-coordinate representation of color #A0498A: hue angle of 315.17º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A0498A is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB16073138-
CMYK00.540.140.37
HSL315.17º37.34%45.69%-
HSV(B)315.17º54.37%62.75%-
XYZ21.4714.0725.63-
YUV106.42145.82166.21-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.13%
GREEN value IS 73 (28.91% from 255) = 19.68%
BLUE value IS 138 (54.30% from 255) = 37.20%
R=43.13%
G=19.68%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1607313800.540.140.37315.1737.3445.69
HexA0498A036E2513b252e
Octal24011121206616454734556
Binary1010000010010011000101001101101110100101100111011100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0498A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0498A; }

 p { color: rgb(160,73,138); }

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

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

 a { background-color: rgb(160,73,138); }

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

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

 span { border-color: rgb(160,73,138); }

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