#A11DF1

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

Shades of Blue Violet #A11DF1

Tints of Blue Violet #A11DF1

Color information

#A11DF1 (or 0xA11DF1) is unknown color: approx Blue Violet. HEX triplet: A1, 1D and F1. RGB value is (161,29,241). Sum of RGB (Red+Green+Blue) = 161+29+241=431 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.35% from 431); Green value is 29 (11.72% from 255 or 6.73% from 431); Blue value is 241 (94.53% from 255 or 55.92% from 431); Max value from RGB is 241 - color contains mainly: blue. Hex color #A11DF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A11DF1 is #5EE20E. Grayscale: #5B5B5B. Windows color (decimal): -6218255 or 15801761. OLE color: 15801761.

HSL color Cylindrical-coordinate representation of color #A11DF1: hue angle of 277.36º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A11DF1 is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB16129241-
CMYK0.330.8800.05
HSL277.36º88.33%52.94%-
HSV(B)277.36º87.97%94.51%-
XYZ31.0114.8184.44-
YUV92.64211.73176.76-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.35%
GREEN value IS 29 (11.72% from 255) = 6.73%
BLUE value IS 241 (94.53% from 255) = 55.92%
R=37.35%
G=6.73%
B=55.92%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal161292410.330.8800.05277.3688.3352.94
HexA11DF12158051155835
Octal24135361411300542513065
Binary101000011110111110001100001101100001011000101011011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11DF1; }

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

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

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

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

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

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

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

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