#A214F0

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

Shades of Blue Violet #A214F0

Tints of Blue Violet #A214F0

Color information

#A214F0 (or 0xA214F0) is unknown color: approx Blue Violet. HEX triplet: A2, 14 and F0. RGB value is (162,20,240). Sum of RGB (Red+Green+Blue) = 162+20+240=422 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.39% from 422); Green value is 20 (8.20% from 255 or 4.74% from 422); Blue value is 240 (94.14% from 255 or 56.87% from 422); Max value from RGB is 240 - color contains mainly: blue. Hex color #A214F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A214F0 is #5DEB0F. Grayscale: #565656. Windows color (decimal): -6155024 or 15733922. OLE color: 15733922.

HSL color Cylindrical-coordinate representation of color #A214F0: hue angle of 278.73º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A214F0 is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB16220240-
CMYK0.320.9200.06
HSL278.73º88%50.98%-
HSV(B)278.73º91.67%94.12%-
XYZ30.8814.4783.6-
YUV87.54214.04181.11-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.39%
GREEN value IS 20 (8.20% from 255) = 4.74%
BLUE value IS 240 (94.14% from 255) = 56.87%
R=38.39%
G=4.74%
B=56.87%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal162202400.320.9200.06278.738850.98
HexA214F0205C061175833
Octal24224360401340642713063
Binary101000101010011110000100000101110001101000101111011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A214F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A214F0; }

 p { color: rgb(162,20,240); }

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

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

 a { background-color: rgb(162,20,240); }

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

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

 span { border-color: rgb(162,20,240); }

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