#A61BE9

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

Shades of Blue Violet #A61BE9

Tints of Blue Violet #A61BE9

Color information

#A61BE9 (or 0xA61BE9) is unknown color: approx Blue Violet. HEX triplet: A6, 1B and E9. RGB value is (166,27,233). Sum of RGB (Red+Green+Blue) = 166+27+233=426 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.97% from 426); Green value is 27 (10.94% from 255 or 6.34% from 426); Blue value is 233 (91.41% from 255 or 54.69% from 426); Max value from RGB is 233 - color contains mainly: blue. Hex color #A61BE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A61BE9 is #59E416. Grayscale: #5B5B5B. Windows color (decimal): -5891095 or 15276966. OLE color: 15276966.

HSL color Cylindrical-coordinate representation of color #A61BE9: hue angle of 280.49º 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 #A61BE9 is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB16627233-
CMYK0.290.8800.09
HSL280.49º82.4%50.98%-
HSV(B)280.49º88.41%91.37%-
XYZ30.8314.7778.32-
YUV92.04207.55180.75-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.97%
GREEN value IS 27 (10.94% from 255) = 6.34%
BLUE value IS 233 (91.41% from 255) = 54.69%
R=38.97%
G=6.34%
B=54.69%

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
Decimal166272330.290.8800.09280.4982.450.98
HexA61BE91D58091185233
Octal246333513513001143012263
Binary101001101101111101001111011011000010011000110001010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61BE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61BE9; }

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

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

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

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

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

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

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

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