Html Css Color HEX #A11EF0 Blue Violet

📋 copy color: '#A11EF0'

red 161 ◦ green 30 ◦ blue 240

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

Shades of Blue Violet #A11EF0

Tints of Blue Violet #A11EF0

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.96%

 BLUE value IS 240 (94.14% from 255) = 55.68%

R = 37.35%
G = 6.96%
B = 55.68%

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

#A11EF0 (or 0xA11EF0) is known color: Blue Violet. HEX triplet: A1, 1E and F0. RGB value is (161,30,240). Sum of RGB (Red+Green+Blue) = 161+30+240=431 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.35% from 431); Green value is 30 (12.11% from 255 or 6.96% from 431); Blue value is 240 (94.14% from 255 or 55.68% from 431); Max value from RGB is 240 - color contains mainly: blue. Hex color #A11EF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A11EF0 is #5EE10F. Grayscale: #5C5C5C. Windows color (decimal): -6218000 or 15736481. OLE color: 15736481.

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

Color convert

RGB 161 30 240 -
CMYK 0.33 0.87 0 0.06
HSL 277.43º 0.88% 0.53% -
HSV(B) 277.43º 0.88% 0.94% -
XYZ 30.89 14.8 83.67 -
YUV 93.11 210.9 176.42 -
System Red Green Blue C M Y K H S L
Decimal 161 30 240 0.33 0.87 0 0.06 277.43 0.88 0.53
Hex A1 1E F0 21 57 0 6 115 58 35
Octal 241 36 360 41 127 0 6 425 130 65
Binary 10100001 11110 11110000 100001 1010111 0 110 100010101 1011000 110101

Color Harmonies of #A11EF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11EF0

Black with #A11EF0

Text Example


Text Example

White with #A11EF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11EF0; }

 p { color: rgb(161,30,240); }

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

background-color css

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

 a { background-color: rgb(161,30,240); }

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

border-color css

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

 span { border-color: rgb(161,30,240); }

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