#A1498E

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

Shades of Violet Blue #A1498E

Tints of Violet Blue #A1498E

Color information

#A1498E (or 0xA1498E) is unknown color: approx Violet Blue. HEX triplet: A1, 49 and 8E. RGB value is (161,73,142). Sum of RGB (Red+Green+Blue) = 161+73+142=376 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.82% from 376); Green value is 73 (28.91% from 255 or 19.41% from 376); Blue value is 142 (55.86% from 255 or 37.77% from 376); Max value from RGB is 161 - color contains mainly: red. Hex color #A1498E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1498E is #5EB671. Grayscale: #6A6A6A. Windows color (decimal): -6207090 or 9324961. OLE color: 9324961.

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

Color convert

RGB16173142-
CMYK00.550.120.37
HSL312.95º37.61%45.88%-
HSV(B)312.95º54.66%63.14%-
XYZ21.9614.327.19-
YUV107.18147.65166.39-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.82%
GREEN value IS 73 (28.91% from 255) = 19.41%
BLUE value IS 142 (55.86% from 255) = 37.77%
R=42.82%
G=19.41%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617314200.550.120.37312.9537.6145.88
HexA1498E037C25139262e
Octal24111121606714454714656
Binary1010000110010011000111001101111100100101100111001100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1498E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1498E; }

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

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

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

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

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

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

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

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