#A0498F

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

Shades of Violet Blue #A0498F

Tints of Violet Blue #A0498F

Color information

#A0498F (or 0xA0498F) is unknown color: approx Violet Blue. HEX triplet: A0, 49 and 8F. RGB value is (160,73,143). Sum of RGB (Red+Green+Blue) = 160+73+143=376 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.55% from 376); Green value is 73 (28.91% from 255 or 19.41% from 376); Blue value is 143 (56.25% from 255 or 38.03% from 376); Max value from RGB is 160 - color contains mainly: red. Hex color #A0498F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0498F is #5FB670. Grayscale: #6A6A6A. Windows color (decimal): -6272625 or 9390496. OLE color: 9390496.

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

Color convert

RGB16073143-
CMYK00.540.110.37
HSL311.72º37.34%45.69%-
HSV(B)311.72º54.37%62.75%-
XYZ21.8414.2227.58-
YUV106.99148.32165.81-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.55%
GREEN value IS 73 (28.91% from 255) = 19.41%
BLUE value IS 143 (56.25% from 255) = 38.03%
R=42.55%
G=19.41%
B=38.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1607314300.540.110.37311.7237.3445.69
HexA0498F036B25138252e
Octal24011121706613454704556
Binary1010000010010011000111101101101011100101100111000100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0498F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0498F; }

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

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

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

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

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

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

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

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