Html Css Color HEX #A11CF6 Blue Violet

📋 copy color: '#A11CF6'

red 161 ◦ green 28 ◦ blue 246

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

Shades of Blue Violet #A11CF6

Tints of Blue Violet #A11CF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 56.55%

R = 37.01%
G = 6.44%
B = 56.55%

CMYK

 C value IS 0.35

 M value IS 0.89

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A11CF6 (or 0xA11CF6) is known color: Blue Violet. HEX triplet: A1, 1C and F6. RGB value is (161,28,246). Sum of RGB (Red+Green+Blue) = 161+28+246=435 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.01% from 435); Green value is 28 (11.33% from 255 or 6.44% from 435); Blue value is 246 (96.48% from 255 or 56.55% from 435); Max value from RGB is 246 - color contains mainly: blue. Hex color #A11CF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A11CF6 is #5EE309. Grayscale: #5B5B5B. Windows color (decimal): -6218506 or 16129185. OLE color: 16129185.

HSL color Cylindrical-coordinate representation of color #A11CF6: hue angle of 276.61º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A11CF6 is Cyan = 0.35, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 161 28 246 -
CMYK 0.35 0.89 0 0.04
HSL 276.61º 0.92% 0.54% -
HSV(B) 276.61º 0.89% 0.96% -
XYZ 31.75 15.06 88.42 -
YUV 92.62 214.56 176.77 -
System Red Green Blue C M Y K H S L
Decimal 161 28 246 0.35 0.89 0 0.04 276.61 0.92 0.54
Hex A1 1C F6 23 59 0 4 115 5C 36
Octal 241 34 366 43 131 0 4 425 134 66
Binary 10100001 11100 11110110 100011 1011001 0 100 100010101 1011100 110110

Color Harmonies of #A11CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11CF6

Black with #A11CF6

Text Example


Text Example

White with #A11CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11CF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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