Html Css Color HEX #A11EEE Blue Violet

📋 copy color: '#A11EEE'

red 161 ◦ green 30 ◦ blue 238

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

Shades of Blue Violet #A11EEE

Tints of Blue Violet #A11EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 55.48%

R = 37.53%
G = 6.99%
B = 55.48%

CMYK

 C value IS 0.32

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A11EEE (or 0xA11EEE) is known color: Blue Violet. HEX triplet: A1, 1E and EE. RGB value is (161,30,238). Sum of RGB (Red+Green+Blue) = 161+30+238=429 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.53% from 429); Green value is 30 (12.11% from 255 or 6.99% from 429); Blue value is 238 (93.36% from 255 or 55.48% from 429); Max value from RGB is 238 - color contains mainly: blue. Hex color #A11EEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A11EEE is #5EE111. Grayscale: #5C5C5C. Windows color (decimal): -6218002 or 15605409. OLE color: 15605409.

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

Color convert

RGB 161 30 238 -
CMYK 0.32 0.87 0 0.07
HSL 277.79º 0.86% 0.53% -
HSV(B) 277.79º 0.87% 0.93% -
XYZ 30.59 14.68 82.11 -
YUV 92.88 209.9 176.59 -
System Red Green Blue C M Y K H S L
Decimal 161 30 238 0.32 0.87 0 0.07 277.79 0.86 0.53
Hex A1 1E EE 20 57 0 7 116 56 35
Octal 241 36 356 40 127 0 7 426 126 65
Binary 10100001 11110 11101110 100000 1010111 0 111 100010110 1010110 110101

Color Harmonies of #A11EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11EEE

Black with #A11EEE

Text Example


Text Example

White with #A11EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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