Html Css Color HEX #A11EF8 Blue Violet

📋 copy color: '#A11EF8'

red 161 ◦ green 30 ◦ blue 248

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

Shades of Blue Violet #A11EF8

Tints of Blue Violet #A11EF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 56.49%

R = 36.67%
G = 6.83%
B = 56.49%

CMYK

 C value IS 0.35

 M value IS 0.88

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A11EF8 (or 0xA11EF8) is known color: Blue Violet. HEX triplet: A1, 1E and F8. RGB value is (161,30,248). Sum of RGB (Red+Green+Blue) = 161+30+248=439 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.67% from 439); Green value is 30 (12.11% from 255 or 6.83% from 439); Blue value is 248 (97.27% from 255 or 56.49% from 439); Max value from RGB is 248 - color contains mainly: blue. Hex color #A11EF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A11EF8 is #5EE107. Grayscale: #5D5D5D. Windows color (decimal): -6217992 or 16260769. OLE color: 16260769.

HSL color Cylindrical-coordinate representation of color #A11EF8: hue angle of 276.06º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A11EF8 is Cyan = 0.35, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 161 30 248 -
CMYK 0.35 0.88 0 0.03
HSL 276.06º 0.94% 0.55% -
HSV(B) 276.06º 0.88% 0.97% -
XYZ 32.11 15.28 90.06 -
YUV 94.02 214.9 175.77 -
System Red Green Blue C M Y K H S L
Decimal 161 30 248 0.35 0.88 0 0.03 276.06 0.94 0.55
Hex A1 1E F8 23 58 0 3 114 5E 37
Octal 241 36 370 43 130 0 3 424 136 67
Binary 10100001 11110 11111000 100011 1011000 0 11 100010100 1011110 110111

Color Harmonies of #A11EF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11EF8

Black with #A11EF8

Text Example


Text Example

White with #A11EF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11EF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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