Html Css Color HEX #A11FEB Blue Violet

📋 copy color: '#A11FEB'

red 161 ◦ green 31 ◦ blue 235

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

Shades of Blue Violet #A11FEB

Tints of Blue Violet #A11FEB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.26%

 BLUE value IS 235 (92.19% from 255) = 55.04%

R = 37.7%
G = 7.26%
B = 55.04%

CMYK

 C value IS 0.31

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A11FEB (or 0xA11FEB) is known color: Blue Violet. HEX triplet: A1, 1F and EB. RGB value is (161,31,235). Sum of RGB (Red+Green+Blue) = 161+31+235=427 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.70% from 427); Green value is 31 (12.5% from 255 or 7.26% from 427); Blue value is 235 (92.19% from 255 or 55.04% from 427); Max value from RGB is 235 - color contains mainly: blue. Hex color #A11FEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A11FEB is #5EE014. Grayscale: #5C5C5C. Windows color (decimal): -6217749 or 15409057. OLE color: 15409057.

HSL color Cylindrical-coordinate representation of color #A11FEB: hue angle of 278.24º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A11FEB is Cyan = 0.31, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 161 31 235 -
CMYK 0.31 0.87 0 0.08
HSL 278.24º 0.84% 0.52% -
HSV(B) 278.24º 0.87% 0.92% -
XYZ 30.18 14.56 79.82 -
YUV 93.13 208.07 176.41 -
System Red Green Blue C M Y K H S L
Decimal 161 31 235 0.31 0.87 0 0.08 278.24 0.84 0.52
Hex A1 1F EB 1F 57 0 8 116 54 34
Octal 241 37 353 37 127 0 10 426 124 64
Binary 10100001 11111 11101011 11111 1010111 0 1000 100010110 1010100 110100

Color Harmonies of #A11FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11FEB

Black with #A11FEB

Text Example


Text Example

White with #A11FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11FEB; }

 p { color: rgb(161,31,235); }

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

background-color css

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

 a { background-color: rgb(161,31,235); }

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

border-color css

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

 span { border-color: rgb(161,31,235); }

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