Html Css Color HEX #A11EEF Blue Violet

📋 copy color: '#A11EEF'

red 161 ◦ green 30 ◦ blue 239

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

Shades of Blue Violet #A11EEF

Tints of Blue Violet #A11EEF

RGB

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

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

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

R = 37.44%
G = 6.98%
B = 55.58%

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

#A11EEF (or 0xA11EEF) is known color: Blue Violet. HEX triplet: A1, 1E and EF. RGB value is (161,30,239). Sum of RGB (Red+Green+Blue) = 161+30+239=430 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.44% from 430); Green value is 30 (12.11% from 255 or 6.98% from 430); Blue value is 239 (93.75% from 255 or 55.58% from 430); Max value from RGB is 239 - color contains mainly: blue. Hex color #A11EEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A11EEF is #5EE110. Grayscale: #5C5C5C. Windows color (decimal): -6218001 or 15670945. OLE color: 15670945.

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

Color convert

RGB 161 30 239 -
CMYK 0.33 0.87 0 0.06
HSL 277.61º 0.87% 0.53% -
HSV(B) 277.61º 0.87% 0.94% -
XYZ 30.74 14.74 82.89 -
YUV 93 210.4 176.51 -
System Red Green Blue C M Y K H S L
Decimal 161 30 239 0.33 0.87 0 0.06 277.61 0.87 0.53
Hex A1 1E EF 21 57 0 6 116 57 35
Octal 241 36 357 41 127 0 6 426 127 65
Binary 10100001 11110 11101111 100001 1010111 0 110 100010110 1010111 110101

Color Harmonies of #A11EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11EEF

Black with #A11EEF

Text Example


Text Example

White with #A11EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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