Html Css Color HEX #A41DF6 Blue Violet

📋 copy color: '#A41DF6'

red 164 ◦ green 29 ◦ blue 246

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

Shades of Blue Violet #A41DF6

Tints of Blue Violet #A41DF6

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.61%

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

R = 37.36%
G = 6.61%
B = 56.04%

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

#A41DF6 (or 0xA41DF6) is known color: Blue Violet. HEX triplet: A4, 1D and F6. RGB value is (164,29,246). Sum of RGB (Red+Green+Blue) = 164+29+246=439 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.36% from 439); Green value is 29 (11.72% from 255 or 6.61% from 439); Blue value is 246 (96.48% from 255 or 56.04% from 439); Max value from RGB is 246 - color contains mainly: blue. Hex color #A41DF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A41DF6 is #5BE209. Grayscale: #5D5D5D. Windows color (decimal): -6021642 or 16129444. OLE color: 16129444.

HSL color Cylindrical-coordinate representation of color #A41DF6: hue angle of 277.33º 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 #A41DF6 is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 164 29 246 -
CMYK 0.33 0.88 0 0.04
HSL 277.33º 0.92% 0.54% -
HSV(B) 277.33º 0.88% 0.96% -
XYZ 32.38 15.43 88.46 -
YUV 94.1 213.73 177.86 -
System Red Green Blue C M Y K H S L
Decimal 164 29 246 0.33 0.88 0 0.04 277.33 0.92 0.54
Hex A4 1D F6 21 58 0 4 115 5C 36
Octal 244 35 366 41 130 0 4 425 134 66
Binary 10100100 11101 11110110 100001 1011000 0 100 100010101 1011100 110110

Color Harmonies of #A41DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41DF6

Black with #A41DF6

Text Example


Text Example

White with #A41DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41DF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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