Html Css Color HEX #A41DF9 Blue Violet

📋 copy color: '#A41DF9'

red 164 ◦ green 29 ◦ blue 249

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

Shades of Blue Violet #A41DF9

Tints of Blue Violet #A41DF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 56.33%

R = 37.1%
G = 6.56%
B = 56.33%

CMYK

 C value IS 0.34

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A41DF9 (or 0xA41DF9) is known color: Blue Violet. HEX triplet: A4, 1D and F9. RGB value is (164,29,249). Sum of RGB (Red+Green+Blue) = 164+29+249=442 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.10% from 442); Green value is 29 (11.72% from 255 or 6.56% from 442); Blue value is 249 (97.66% from 255 or 56.33% from 442); Max value from RGB is 249 - color contains mainly: blue. Hex color #A41DF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A41DF9 is #5BE206. Grayscale: #5D5D5D. Windows color (decimal): -6021639 or 16326052. OLE color: 16326052.

HSL color Cylindrical-coordinate representation of color #A41DF9: hue angle of 276.82º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A41DF9 is Cyan = 0.34, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 164 29 249 -
CMYK 0.34 0.88 0 0.02
HSL 276.82º 0.95% 0.55% -
HSV(B) 276.82º 0.88% 0.98% -
XYZ 32.85 15.61 90.9 -
YUV 94.45 215.23 177.61 -
System Red Green Blue C M Y K H S L
Decimal 164 29 249 0.34 0.88 0 0.02 276.82 0.95 0.55
Hex A4 1D F9 22 58 0 2 115 5F 37
Octal 244 35 371 42 130 0 2 425 137 67
Binary 10100100 11101 11111001 100010 1011000 0 10 100010101 1011111 110111

Color Harmonies of #A41DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41DF9

Black with #A41DF9

Text Example


Text Example

White with #A41DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41DF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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