#A14AF1

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

Shades of Blue Violet #A14AF1

Tints of Blue Violet #A14AF1

Color information

#A14AF1 (or 0xA14AF1) is unknown color: approx Blue Violet. HEX triplet: A1, 4A and F1. RGB value is (161,74,241). Sum of RGB (Red+Green+Blue) = 161+74+241=476 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.82% from 476); Green value is 74 (29.30% from 255 or 15.55% from 476); Blue value is 241 (94.53% from 255 or 50.63% from 476); Max value from RGB is 241 - color contains mainly: blue. Hex color #A14AF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A14AF1 is #5EB50E. Grayscale: #767676. Windows color (decimal): -6206735 or 15813281. OLE color: 15813281.

HSL color Cylindrical-coordinate representation of color #A14AF1: hue angle of 271.26º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A14AF1 is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB16174241-
CMYK0.330.6900.05
HSL271.26º85.64%61.76%-
HSV(B)271.26º69.29%94.51%-
XYZ33.0218.8385.11-
YUV119.05196.82157.92-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.82%
GREEN value IS 74 (29.30% from 255) = 15.55%
BLUE value IS 241 (94.53% from 255) = 50.63%
R=33.82%
G=15.55%
B=50.63%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal161742410.330.6900.05271.2685.6461.76
HexA14AF121450510f563e
Octal241112361411050541712676
Binary10100001100101011110001100001100010101011000011111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14AF1; }

 p { color: rgb(161,74,241); }

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

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

 a { background-color: rgb(161,74,241); }

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

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

 span { border-color: rgb(161,74,241); }

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