#A149F5

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

Shades of Blue Violet #A149F5

Tints of Blue Violet #A149F5

Color information

#A149F5 (or 0xA149F5) is unknown color: approx Blue Violet. HEX triplet: A1, 49 and F5. RGB value is (161,73,245). Sum of RGB (Red+Green+Blue) = 161+73+245=479 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.61% from 479); Green value is 73 (28.91% from 255 or 15.24% from 479); Blue value is 245 (96.09% from 255 or 51.15% from 479); Max value from RGB is 245 - color contains mainly: blue. Hex color #A149F5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A149F5 is #5EB60A. Grayscale: #767676. Windows color (decimal): -6206987 or 16075169. OLE color: 16075169.

HSL color Cylindrical-coordinate representation of color #A149F5: hue angle of 270.7º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A149F5 is Cyan = 0.34, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB16173245-
CMYK0.340.7000.04
HSL270.7º89.58%62.35%-
HSV(B)270.7º70.2%96.08%-
XYZ33.5618.9388.27-
YUV118.92199.15158.01-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.61%
GREEN value IS 73 (28.91% from 255) = 15.24%
BLUE value IS 245 (96.09% from 255) = 51.15%
R=33.61%
G=15.24%
B=51.15%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal161732450.340.7000.04270.789.5862.35
HexA149F522460410f5a3e
Octal241111365421060441713276
Binary10100001100100111110101100010100011001001000011111011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A149F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A149F5; }

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

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

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

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

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

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

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

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