#A61FEF

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

Shades of Blue Violet #A61FEF

Tints of Blue Violet #A61FEF

Color information

#A61FEF (or 0xA61FEF) is unknown color: approx Blue Violet. HEX triplet: A6, 1F and EF. RGB value is (166,31,239). Sum of RGB (Red+Green+Blue) = 166+31+239=436 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.07% from 436); Green value is 31 (12.5% from 255 or 7.11% from 436); Blue value is 239 (93.75% from 255 or 54.82% from 436); Max value from RGB is 239 - color contains mainly: blue. Hex color #A61FEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A61FEF is #59E010. Grayscale: #5E5E5E. Windows color (decimal): -5890065 or 15671206. OLE color: 15671206.

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

Color convert

RGB16631239-
CMYK0.310.8700.06
HSL278.94º86.67%52.94%-
HSV(B)278.94º87.03%93.73%-
XYZ31.815.3282.94-
YUV95.08209.23178.59-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.07%
GREEN value IS 31 (12.5% from 255) = 7.11%
BLUE value IS 239 (93.75% from 255) = 54.82%
R=38.07%
G=7.11%
B=54.82%

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
Decimal166312390.310.8700.06278.9486.6752.94
HexA61FEF1F57061175735
Octal24637357371270642712765
Binary10100110111111110111111111101011101101000101111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61FEF; }

 p { color: rgb(166,31,239); }

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

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

 a { background-color: rgb(166,31,239); }

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

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

 span { border-color: rgb(166,31,239); }

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