Html Css Color HEX #A41CF6 Blue Violet

📋 copy color: '#A41CF6'

red 164 ◦ green 28 ◦ blue 246

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

Shades of Blue Violet #A41CF6

Tints of Blue Violet #A41CF6

RGB

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

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

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

R = 37.44%
G = 6.39%
B = 56.16%

CMYK

 C value IS 0.33

 M value IS 0.89

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A41CF6 (or 0xA41CF6) is known color: Blue Violet. HEX triplet: A4, 1C and F6. RGB value is (164,28,246). Sum of RGB (Red+Green+Blue) = 164+28+246=438 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.44% from 438); Green value is 28 (11.33% from 255 or 6.39% from 438); Blue value is 246 (96.48% from 255 or 56.16% from 438); Max value from RGB is 246 - color contains mainly: blue. Hex color #A41CF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A41CF6 is #5BE309. Grayscale: #5C5C5C. Windows color (decimal): -6021898 or 16129188. OLE color: 16129188.

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

Color convert

RGB 164 28 246 -
CMYK 0.33 0.89 0 0.04
HSL 277.43º 0.92% 0.54% -
HSV(B) 277.43º 0.89% 0.96% -
XYZ 32.36 15.38 88.45 -
YUV 93.52 214.06 178.27 -
System Red Green Blue C M Y K H S L
Decimal 164 28 246 0.33 0.89 0 0.04 277.43 0.92 0.54
Hex A4 1C F6 21 59 0 4 115 5C 36
Octal 244 34 366 41 131 0 4 425 134 66
Binary 10100100 11100 11110110 100001 1011001 0 100 100010101 1011100 110110

Color Harmonies of #A41CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41CF6

Black with #A41CF6

Text Example


Text Example

White with #A41CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41CF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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