#A11DEC

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

Shades of Blue Violet #A11DEC

Tints of Blue Violet #A11DEC

Color information

#A11DEC (or 0xA11DEC) is unknown color: approx Blue Violet. HEX triplet: A1, 1D and EC. RGB value is (161,29,236). Sum of RGB (Red+Green+Blue) = 161+29+236=426 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.79% from 426); Green value is 29 (11.72% from 255 or 6.81% from 426); Blue value is 236 (92.58% from 255 or 55.40% from 426); Max value from RGB is 236 - color contains mainly: blue. Hex color #A11DEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A11DEC is #5EE213. Grayscale: #5B5B5B. Windows color (decimal): -6218260 or 15474081. OLE color: 15474081.

HSL color Cylindrical-coordinate representation of color #A11DEC: hue angle of 278.26º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A11DEC is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB16129236-
CMYK0.320.8800.07
HSL278.26º84.49%51.96%-
HSV(B)278.26º87.71%92.55%-
XYZ30.2814.5180.56-
YUV92.07209.23177.17-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.79%
GREEN value IS 29 (11.72% from 255) = 6.81%
BLUE value IS 236 (92.58% from 255) = 55.40%
R=37.79%
G=6.81%
B=55.40%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal161292360.320.8800.07278.2684.4951.96
HexA11DEC2058071165434
Octal24135354401300742612464
Binary101000011110111101100100000101100001111000101101010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11DEC; }

 p { color: rgb(161,29,236); }

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

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

 a { background-color: rgb(161,29,236); }

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

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

 span { border-color: rgb(161,29,236); }

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