#A1619A

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

Shades of Violet Blue #A1619A

Tints of Violet Blue #A1619A

Color information

#A1619A (or 0xA1619A) is unknown color: approx Violet Blue. HEX triplet: A1, 61 and 9A. RGB value is (161,97,154). Sum of RGB (Red+Green+Blue) = 161+97+154=412 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.08% from 412); Green value is 97 (38.28% from 255 or 23.54% from 412); Blue value is 154 (60.55% from 255 or 37.38% from 412); Max value from RGB is 161 - color contains mainly: red. Hex color #A1619A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A1619A is #5E9E65. Grayscale: #7A7A7A. Windows color (decimal): -6200934 or 10117537. OLE color: 10117537.

HSL color Cylindrical-coordinate representation of color #A1619A: hue angle of 306.56º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A1619A is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.37.

Color convert

RGB16197154-
CMYK00.400.040.37
HSL306.56º25.4%50.59%-
HSV(B)306.56º39.75%63.14%-
XYZ24.8118.4632.83-
YUV122.63145.7155.37-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.08%
GREEN value IS 97 (38.28% from 255) = 23.54%
BLUE value IS 154 (60.55% from 255) = 37.38%
R=39.08%
G=23.54%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1619715400.400.040.37306.5625.450.59
HexA1619A0284251331933
Octal2411412320504454633163
Binary10100001110000110011010010100010010010110011001111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1619A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1619A; }

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

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

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

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

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

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

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

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