#A040FF

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

Shades of Blue Violet #A040FF

Tints of Blue Violet #A040FF

Color information

#A040FF (or 0xA040FF) is unknown color: approx Blue Violet. HEX triplet: A0, 40 and FF. RGB value is (160,64,255). Sum of RGB (Red+Green+Blue) = 160+64+255=479 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.40% from 479); Green value is 64 (25.39% from 255 or 13.36% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #A040FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A040FF is #5FBF00. Grayscale: #717171. Windows color (decimal): -6274817 or 16728224. OLE color: 16728224.

HSL color Cylindrical-coordinate representation of color #A040FF: hue angle of 270.16º 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 #A040FF is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB16064255-
CMYK0.370.7500
HSL270.16º100%62.55%-
HSV(B)270.16º74.9%100%-
XYZ34.3818.3696.34-
YUV114.48207.3160.47-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.40%
GREEN value IS 64 (25.39% from 255) = 13.36%
BLUE value IS 255 (100% from 255) = 53.24%
R=33.40%
G=13.36%
B=53.24%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal160642550.370.7500270.1610062.55
HexA040FF254B0010e643f
Octal240100377451130041614477
Binary101000001000000111111111001011001011001000011101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A040FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A040FF; }

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

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

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

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

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

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

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

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