#A0498E

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

Shades of Violet Blue #A0498E

Tints of Violet Blue #A0498E

Color information

#A0498E (or 0xA0498E) is unknown color: approx Violet Blue. HEX triplet: A0, 49 and 8E. RGB value is (160,73,142). Sum of RGB (Red+Green+Blue) = 160+73+142=375 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.67% from 375); Green value is 73 (28.91% from 255 or 19.47% from 375); Blue value is 142 (55.86% from 255 or 37.87% from 375); Max value from RGB is 160 - color contains mainly: red. Hex color #A0498E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0498E is #5FB671. Grayscale: #6A6A6A. Windows color (decimal): -6272626 or 9324960. OLE color: 9324960.

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

Color convert

RGB16073142-
CMYK00.540.110.37
HSL312.41º37.34%45.69%-
HSV(B)312.41º54.37%62.75%-
XYZ21.7614.1927.18-
YUV106.88147.82165.89-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.67%
GREEN value IS 73 (28.91% from 255) = 19.47%
BLUE value IS 142 (55.86% from 255) = 37.87%
R=42.67%
G=19.47%
B=37.87%

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
Decimal1607314200.540.110.37312.4137.3445.69
HexA0498E036B25138252e
Octal24011121606613454704556
Binary1010000010010011000111001101101011100101100111000100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0498E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0498E; }

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

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

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

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

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

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

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

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