#a51ff0

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

Shades of Blue Violet #A51FF0

Tints of Blue Violet #A51FF0

Color information

#A51FF0 (or 0xA51FF0) is unknown color: approx Blue Violet. HEX triplet: A5, 1F and F0. RGB value is (165,31,240). Sum of RGB (Red+Green+Blue) = 165+31+240=436 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.84% from 436); Green value is 31 (12.5% from 255 or 7.11% from 436); Blue value is 240 (94.14% from 255 or 55.05% from 436); Max value from RGB is 240 - color contains mainly: blue. Hex color #A51FF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A51FF0 is #5AE00F. Grayscale: #5E5E5E. Windows color (decimal): -5955600 or 15736741. OLE color: 15736741.

HSL color Cylindrical-coordinate representation of color #A51FF0: hue angle of 278.47º 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 #A51FF0 is Cyan = 0.31, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB16531240-
CMYK0.310.8700.06
HSL278.47º87.45%53.14%-
HSV(B)278.47º87.08%94.12%-
XYZ31.7415.2783.71-
YUV94.89209.89178.01-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.84%
GREEN value IS 31 (12.5% from 255) = 7.11%
BLUE value IS 240 (94.14% from 255) = 55.05%
R=37.84%
G=7.11%
B=55.05%

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
Decimal165312400.310.8700.06278.4787.4553.14
HexA51FF01F57061165735
Octal24537360371270642612765
Binary10100101111111111000011111101011101101000101101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a51ff0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a51ff0; }

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

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

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

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

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

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

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

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