#a146a0

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

Shades of Violet Blue #A146A0

Tints of Violet Blue #A146A0

Color information

#A146A0 (or 0xA146A0) is unknown color: approx Violet Blue. HEX triplet: A1, 46 and A0. RGB value is (161,70,160). Sum of RGB (Red+Green+Blue) = 161+70+160=391 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.18% from 391); Green value is 70 (27.73% from 255 or 17.90% from 391); Blue value is 160 (62.89% from 255 or 40.92% from 391); Max value from RGB is 161 - color contains mainly: red. Hex color #A146A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A146A0 is #5EB95F. Grayscale: #6B6B6B. Windows color (decimal): -6207840 or 10503841. OLE color: 10503841.

HSL color Cylindrical-coordinate representation of color #A146A0: hue angle of 300.66º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A146A0 is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.37.

Color convert

RGB16170160-
CMYK00.570.010.37
HSL300.66º39.39%45.29%-
HSV(B)300.66º56.52%63.14%-
XYZ23.2314.534.83-
YUV107.47157.65166.18-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.18%
GREEN value IS 70 (27.73% from 255) = 17.90%
BLUE value IS 160 (62.89% from 255) = 40.92%
R=41.18%
G=17.90%
B=40.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617016000.570.010.37300.6639.3945.29
HexA146A003912512d272d
Octal2411062400711454554755
Binary1010000110001101010000001110011100101100101101100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a146a0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a146a0; }

 p { color: rgb(161,70,160); }

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

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

 a { background-color: rgb(161,70,160); }

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

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

 span { border-color: rgb(161,70,160); }

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