Html Css Color HEX #A11CEF Blue Violet

📋 copy color: '#A11CEF'

red 161 ◦ green 28 ◦ blue 239

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

Shades of Blue Violet #A11CEF

Tints of Blue Violet #A11CEF

RGB

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

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

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

R = 37.62%
G = 6.54%
B = 55.84%

CMYK

 C value IS 0.33

 M value IS 0.88

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A11CEF (or 0xA11CEF) is known color: Blue Violet. HEX triplet: A1, 1C and EF. RGB value is (161,28,239). Sum of RGB (Red+Green+Blue) = 161+28+239=428 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.62% from 428); Green value is 28 (11.33% from 255 or 6.54% from 428); Blue value is 239 (93.75% from 255 or 55.84% from 428); Max value from RGB is 239 - color contains mainly: blue. Hex color #A11CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A11CEF is #5EE310. Grayscale: #5B5B5B. Windows color (decimal): -6218513 or 15670433. OLE color: 15670433.

HSL color Cylindrical-coordinate representation of color #A11CEF: hue angle of 277.82º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A11CEF is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 161 28 239 -
CMYK 0.33 0.88 0 0.06
HSL 277.82º 0.87% 0.52% -
HSV(B) 277.82º 0.88% 0.94% -
XYZ 30.69 14.64 82.87 -
YUV 91.82 211.06 177.34 -
System Red Green Blue C M Y K H S L
Decimal 161 28 239 0.33 0.88 0 0.06 277.82 0.87 0.52
Hex A1 1C EF 21 58 0 6 116 57 34
Octal 241 34 357 41 130 0 6 426 127 64
Binary 10100001 11100 11101111 100001 1011000 0 110 100010110 1010111 110100

Color Harmonies of #A11CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11CEF

Black with #A11CEF

Text Example


Text Example

White with #A11CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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