#A140FF

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

Shades of Blue Violet #A140FF

Tints of Blue Violet #A140FF

Color information

#A140FF (or 0xA140FF) is unknown color: approx Blue Violet. HEX triplet: A1, 40 and FF. RGB value is (161,64,255). Sum of RGB (Red+Green+Blue) = 161+64+255=480 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.54% from 480); Green value is 64 (25.39% from 255 or 13.33% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #A140FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A140FF is #5EBF00. Grayscale: #727272. Windows color (decimal): -6209281 or 16728225. OLE color: 16728225.

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

Color convert

RGB16164255-
CMYK0.370.7500
HSL270.47º100%62.55%-
HSV(B)270.47º74.9%100%-
XYZ34.5818.4696.35-
YUV114.78207.14160.97-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.54%
GREEN value IS 64 (25.39% from 255) = 13.33%
BLUE value IS 255 (100% from 255) = 53.12%
R=33.54%
G=13.33%
B=53.12%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal161642550.370.7500270.4710062.55
HexA140FF254B0010e643f
Octal241100377451130041614477
Binary101000011000000111111111001011001011001000011101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A140FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A140FF; }

 p { color: rgb(161,64,255); }

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

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

 a { background-color: rgb(161,64,255); }

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

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

 span { border-color: rgb(161,64,255); }

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