#A146A7

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

Shades of Violet Blue #A146A7

Tints of Violet Blue #A146A7

Color information

#A146A7 (or 0xA146A7) is unknown color: approx Violet Blue. HEX triplet: A1, 46 and A7. RGB value is (161,70,167). Sum of RGB (Red+Green+Blue) = 161+70+167=398 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.45% from 398); Green value is 70 (27.73% from 255 or 17.59% from 398); Blue value is 167 (65.62% from 255 or 41.96% from 398); Max value from RGB is 167 - color contains mainly: blue. Hex color #A146A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A146A7 is #5EB958. Grayscale: #6B6B6B. Windows color (decimal): -6207833 or 10962593. OLE color: 10962593.

HSL color Cylindrical-coordinate representation of color #A146A7: hue angle of 296.29º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A146A7 is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB16170167-
CMYK0.040.5800.35
HSL296.29º40.93%46.47%-
HSV(B)296.29º58.08%65.49%-
XYZ23.8614.7538.15-
YUV108.27161.15165.61-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.45%
GREEN value IS 70 (27.73% from 255) = 17.59%
BLUE value IS 167 (65.62% from 255) = 41.96%
R=40.45%
G=17.59%
B=41.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal161701670.040.5800.35296.2940.9346.47
HexA146A743A023128292e
Octal2411062474720434505156
Binary101000011000110101001111001110100100011100101000101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A146A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A146A7; }

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

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

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

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

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

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

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

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