#a51ff9

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

Shades of Blue Violet #A51FF9

Tints of Blue Violet #A51FF9

Color information

#A51FF9 (or 0xA51FF9) is unknown color: approx Blue Violet. HEX triplet: A5, 1F and F9. RGB value is (165,31,249). Sum of RGB (Red+Green+Blue) = 165+31+249=445 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.08% from 445); Green value is 31 (12.5% from 255 or 6.97% from 445); Blue value is 249 (97.66% from 255 or 55.96% from 445); Max value from RGB is 249 - color contains mainly: blue. Hex color #A51FF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A51FF9 is #5AE006. Grayscale: #5F5F5F. Windows color (decimal): -5955591 or 16326565. OLE color: 16326565.

HSL color Cylindrical-coordinate representation of color #A51FF9: hue angle of 276.88º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A51FF9 is Cyan = 0.34, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB16531249-
CMYK0.340.8800.02
HSL276.88º94.78%54.9%-
HSV(B)276.88º87.55%97.65%-
XYZ33.1115.8290.93-
YUV95.92214.39177.27-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.08%
GREEN value IS 31 (12.5% from 255) = 6.97%
BLUE value IS 249 (97.66% from 255) = 55.96%
R=37.08%
G=6.97%
B=55.96%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal165312490.340.8800.02276.8894.7854.9
HexA51FF92258021155f37
Octal24537371421300242513767
Binary10100101111111111100110001010110000101000101011011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a51ff9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a51ff9; }

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

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

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

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

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

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

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

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