#A520F0

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

Shades of Blue Violet #A520F0

Tints of Blue Violet #A520F0

Color information

#A520F0 (or 0xA520F0) is unknown color: approx Blue Violet. HEX triplet: A5, 20 and F0. RGB value is (165,32,240). Sum of RGB (Red+Green+Blue) = 165+32+240=437 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.76% from 437); Green value is 32 (12.89% from 255 or 7.32% from 437); Blue value is 240 (94.14% from 255 or 54.92% from 437); Max value from RGB is 240 - color contains mainly: blue. Hex color #A520F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A520F0 is #5ADF0F. Grayscale: #5E5E5E. Windows color (decimal): -5955344 or 15736997. OLE color: 15736997.

HSL color Cylindrical-coordinate representation of color #A520F0: hue angle of 278.37º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A520F0 is Cyan = 0.31, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB16532240-
CMYK0.310.8700.06
HSL278.37º87.39%53.33%-
HSV(B)278.37º86.67%94.12%-
XYZ31.7615.3283.72-
YUV95.48209.56177.59-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.76%
GREEN value IS 32 (12.89% from 255) = 7.32%
BLUE value IS 240 (94.14% from 255) = 54.92%
R=37.76%
G=7.32%
B=54.92%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal165322400.310.8700.06278.3787.3953.33
HexA520F01F57061165735
Octal24540360371270642612765
Binary101001011000001111000011111101011101101000101101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A520F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A520F0; }

 p { color: rgb(165,32,240); }

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

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

 a { background-color: rgb(165,32,240); }

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

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

 span { border-color: rgb(165,32,240); }

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