#A240FF

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

Shades of Blue Violet #A240FF

Tints of Blue Violet #A240FF

Color information

#A240FF (or 0xA240FF) is unknown color: approx Blue Violet. HEX triplet: A2, 40 and FF. RGB value is (162,64,255). Sum of RGB (Red+Green+Blue) = 162+64+255=481 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.68% from 481); Green value is 64 (25.39% from 255 or 13.31% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #A240FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A240FF is #5DBF00. Grayscale: #727272. Windows color (decimal): -6143745 or 16728226. OLE color: 16728226.

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

Color convert

RGB16264255-
CMYK0.360.7500
HSL270.79º100%62.55%-
HSV(B)270.79º74.9%100%-
XYZ34.7818.5796.36-
YUV115.08206.97161.47-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.68%
GREEN value IS 64 (25.39% from 255) = 13.31%
BLUE value IS 255 (100% from 255) = 53.01%
R=33.68%
G=13.31%
B=53.01%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal162642550.360.7500270.7910062.55
HexA240FF244B0010f643f
Octal242100377441130041714477
Binary101000101000000111111111001001001011001000011111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A240FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A240FF; }

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

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

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

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

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

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

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

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