Html Css Color HEX #A41EF6 Blue Violet

📋 copy color: '#A41EF6'

red 164 ◦ green 30 ◦ blue 246

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

Shades of Blue Violet #A41EF6

Tints of Blue Violet #A41EF6

RGB

 RED value IS 164 (64.45% from 255) = 37.27%

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

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

R = 37.27%
G = 6.82%
B = 55.91%

CMYK

 C value IS 0.33

 M value IS 0.88

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A41EF6 (or 0xA41EF6) is known color: Blue Violet. HEX triplet: A4, 1E and F6. RGB value is (164,30,246). Sum of RGB (Red+Green+Blue) = 164+30+246=440 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.27% from 440); Green value is 30 (12.11% from 255 or 6.82% from 440); Blue value is 246 (96.48% from 255 or 55.91% from 440); Max value from RGB is 246 - color contains mainly: blue. Hex color #A41EF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A41EF6 is #5BE109. Grayscale: #5D5D5D. Windows color (decimal): -6021386 or 16129700. OLE color: 16129700.

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

Color convert

RGB 164 30 246 -
CMYK 0.33 0.88 0 0.04
HSL 277.22º 0.92% 0.54% -
HSV(B) 277.22º 0.88% 0.96% -
XYZ 32.41 15.47 88.47 -
YUV 94.69 213.39 177.44 -
System Red Green Blue C M Y K H S L
Decimal 164 30 246 0.33 0.88 0 0.04 277.22 0.92 0.54
Hex A4 1E F6 21 58 0 4 115 5C 36
Octal 244 36 366 41 130 0 4 425 134 66
Binary 10100100 11110 11110110 100001 1011000 0 100 100010101 1011100 110110

Color Harmonies of #A41EF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41EF6

Black with #A41EF6

Text Example


Text Example

White with #A41EF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41EF6; }

 p { color: rgb(164,30,246); }

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

background-color css

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

 a { background-color: rgb(164,30,246); }

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

border-color css

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

 span { border-color: rgb(164,30,246); }

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