#A1419A

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

Shades of Violet Blue #A1419A

Tints of Violet Blue #A1419A

Color information

#A1419A (or 0xA1419A) is unknown color: approx Violet Blue. HEX triplet: A1, 41 and 9A. RGB value is (161,65,154). Sum of RGB (Red+Green+Blue) = 161+65+154=380 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.37% from 380); Green value is 65 (25.78% from 255 or 17.11% from 380); Blue value is 154 (60.55% from 255 or 40.53% from 380); Max value from RGB is 161 - color contains mainly: red. Hex color #A1419A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1419A is #5EBE65. Grayscale: #676767. Windows color (decimal): -6209126 or 10109345. OLE color: 10109345.

HSL color Cylindrical-coordinate representation of color #A1419A: hue angle of 304.38º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A1419A is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.37.

Color convert

RGB16165154-
CMYK00.600.040.37
HSL304.38º42.48%44.31%-
HSV(B)304.38º59.63%63.14%-
XYZ22.4213.6932.03-
YUV103.85156.3168.76-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.37%
GREEN value IS 65 (25.78% from 255) = 17.11%
BLUE value IS 154 (60.55% from 255) = 40.53%
R=42.37%
G=17.11%
B=40.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616515400.600.040.37304.3842.4844.31
HexA1419A03C4251302a2c
Octal2411012320744454605254
Binary101000011000001100110100111100100100101100110000101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1419A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1419A; }

 p { color: rgb(161,65,154); }

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

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

 a { background-color: rgb(161,65,154); }

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

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

 span { border-color: rgb(161,65,154); }

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