Html Css Color HEX #A11EFC Blue Violet

📋 copy color: '#A11EFC'

red 161 ◦ green 30 ◦ blue 252

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

Shades of Blue Violet #A11EFC

Tints of Blue Violet #A11EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 56.88%

R = 36.34%
G = 6.77%
B = 56.88%

CMYK

 C value IS 0.36

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A11EFC (or 0xA11EFC) is known color: Blue Violet. HEX triplet: A1, 1E and FC. RGB value is (161,30,252). Sum of RGB (Red+Green+Blue) = 161+30+252=443 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.34% from 443); Green value is 30 (12.11% from 255 or 6.77% from 443); Blue value is 252 (98.83% from 255 or 56.88% from 443); Max value from RGB is 252 - color contains mainly: blue. Hex color #A11EFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A11EFC is #5EE103. Grayscale: #5D5D5D. Windows color (decimal): -6217988 or 16522913. OLE color: 16522913.

HSL color Cylindrical-coordinate representation of color #A11EFC: hue angle of 275.41º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A11EFC is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 161 30 252 -
CMYK 0.36 0.88 0 0.01
HSL 275.41º 0.97% 0.55% -
HSV(B) 275.41º 0.88% 0.99% -
XYZ 32.73 15.53 93.37 -
YUV 94.48 216.9 175.45 -
System Red Green Blue C M Y K H S L
Decimal 161 30 252 0.36 0.88 0 0.01 275.41 0.97 0.55
Hex A1 1E FC 24 58 0 1 113 61 37
Octal 241 36 374 44 130 0 1 423 141 67
Binary 10100001 11110 11111100 100100 1011000 0 1 100010011 1100001 110111

Color Harmonies of #A11EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11EFC

Black with #A11EFC

Text Example


Text Example

White with #A11EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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