Html Css Color HEX #A11FEF Blue Violet

📋 copy color: '#A11FEF'

red 161 ◦ green 31 ◦ blue 239

#A11FEF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #A11FEF

Tints of Blue Violet #A11FEF

RGB

 RED value IS 161 (63.28% from 255) = 37.35%

 GREEN value IS 31 (12.5% from 255) = 7.19%

 BLUE value IS 239 (93.75% from 255) = 55.45%

R = 37.35%
G = 7.19%
B = 55.45%

CMYK

 C value IS 0.33

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A11FEF (or 0xA11FEF) is known color: Blue Violet. HEX triplet: A1, 1F and EF. RGB value is (161,31,239). Sum of RGB (Red+Green+Blue) = 161+31+239=431 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.35% from 431); Green value is 31 (12.5% from 255 or 7.19% from 431); Blue value is 239 (93.75% from 255 or 55.45% from 431); Max value from RGB is 239 - color contains mainly: blue. Hex color #A11FEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A11FEF is #5EE010. Grayscale: #5C5C5C. Windows color (decimal): -6217745 or 15671201. OLE color: 15671201.

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

Color convert

RGB 161 31 239 -
CMYK 0.33 0.87 0 0.06
HSL 277.5º 0.87% 0.53% -
HSV(B) 277.5º 0.87% 0.94% -
XYZ 30.77 14.79 82.89 -
YUV 93.58 210.07 176.09 -
System Red Green Blue C M Y K H S L
Decimal 161 31 239 0.33 0.87 0 0.06 277.5 0.87 0.53
Hex A1 1F EF 21 57 0 6 116 57 35
Octal 241 37 357 41 127 0 6 426 127 65
Binary 10100001 11111 11101111 100001 1010111 0 110 100010110 1010111 110101

Color Harmonies of #A11FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11FEF

Black with #A11FEF

Text Example


Text Example

White with #A11FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11FEF; }

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

 H1.HeaderClassName
 {
   color: #A11FEF;
 }
 .AnyTagClassName
 {
   color: #A11FEF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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