#A51FFF

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

Shades of Blue Violet #A51FFF

Tints of Blue Violet #A51FFF

Color information

#A51FFF (or 0xA51FFF) is unknown color: approx Blue Violet. HEX triplet: A5, 1F and FF. RGB value is (165,31,255). Sum of RGB (Red+Green+Blue) = 165+31+255=451 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.59% from 451); Green value is 31 (12.5% from 255 or 6.87% from 451); Blue value is 255 (100% from 255 or 56.54% from 451); Max value from RGB is 255 - color contains mainly: blue. Hex color #A51FFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A51FFF is #5AE000. Grayscale: #5F5F5F. Windows color (decimal): -5955585 or 16719781. OLE color: 16719781.

HSL color Cylindrical-coordinate representation of color #A51FFF: hue angle of 275.89º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A51FFF is Cyan = 0.35, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB16531255-
CMYK0.350.8800
HSL275.89º100%56.08%-
HSV(B)275.89º87.84%100%-
XYZ34.0616.295.94-
YUV96.6217.39176.79-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.59%
GREEN value IS 31 (12.5% from 255) = 6.87%
BLUE value IS 255 (100% from 255) = 56.54%
R=36.59%
G=6.87%
B=56.54%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal165312550.350.8800275.8910056.08
HexA51FFF2358001146438
Octal24537377431300042414470
Binary1010010111111111111111000111011000001000101001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51FFF; }

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

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

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

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

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

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

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

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