Html Css Color HEX #A11CEE Blue Violet

📋 copy color: '#A11CEE'

red 161 ◦ green 28 ◦ blue 238

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

Shades of Blue Violet #A11CEE

Tints of Blue Violet #A11CEE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.56%

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

R = 37.7%
G = 6.56%
B = 55.74%

CMYK

 C value IS 0.32

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A11CEE (or 0xA11CEE) is known color: Blue Violet. HEX triplet: A1, 1C and EE. RGB value is (161,28,238). Sum of RGB (Red+Green+Blue) = 161+28+238=427 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.70% from 427); Green value is 28 (11.33% from 255 or 6.56% from 427); Blue value is 238 (93.36% from 255 or 55.74% from 427); Max value from RGB is 238 - color contains mainly: blue. Hex color #A11CEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A11CEE is #5EE311. Grayscale: #5B5B5B. Windows color (decimal): -6218514 or 15604897. OLE color: 15604897.

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

Color convert

RGB 161 28 238 -
CMYK 0.32 0.88 0 0.07
HSL 278º 0.86% 0.52% -
HSV(B) 278º 0.88% 0.93% -
XYZ 30.55 14.58 82.09 -
YUV 91.71 210.56 177.42 -
System Red Green Blue C M Y K H S L
Decimal 161 28 238 0.32 0.88 0 0.07 278 0.86 0.52
Hex A1 1C EE 20 58 0 7 116 56 34
Octal 241 34 356 40 130 0 7 426 126 64
Binary 10100001 11100 11101110 100000 1011000 0 111 100010110 1010110 110100

Color Harmonies of #A11CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11CEE

Black with #A11CEE

Text Example


Text Example

White with #A11CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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