#A51BE9

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

Shades of Blue Violet #A51BE9

Tints of Blue Violet #A51BE9

Color information

#A51BE9 (or 0xA51BE9) is unknown color: approx Blue Violet. HEX triplet: A5, 1B and E9. RGB value is (165,27,233). Sum of RGB (Red+Green+Blue) = 165+27+233=425 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.82% from 425); Green value is 27 (10.94% from 255 or 6.35% from 425); Blue value is 233 (91.41% from 255 or 54.82% from 425); Max value from RGB is 233 - color contains mainly: blue. Hex color #A51BE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A51BE9 is #5AE416. Grayscale: #5B5B5B. Windows color (decimal): -5956631 or 15276965. OLE color: 15276965.

HSL color Cylindrical-coordinate representation of color #A51BE9: hue angle of 280.19º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A51BE9 is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB16527233-
CMYK0.290.8800.09
HSL280.19º82.4%50.98%-
HSV(B)280.19º88.41%91.37%-
XYZ30.6214.6778.31-
YUV91.75207.72180.25-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.82%
GREEN value IS 27 (10.94% from 255) = 6.35%
BLUE value IS 233 (91.41% from 255) = 54.82%
R=38.82%
G=6.35%
B=54.82%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal165272330.290.8800.09280.1982.450.98
HexA51BE91D58091185233
Octal245333513513001143012263
Binary101001011101111101001111011011000010011000110001010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51BE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51BE9; }

 p { color: rgb(165,27,233); }

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

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

 a { background-color: rgb(165,27,233); }

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

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

 span { border-color: rgb(165,27,233); }

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