Html Css Color HEX #A41FF2 Blue Violet

📋 copy color: '#A41FF2'

red 164 ◦ green 31 ◦ blue 242

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

Shades of Blue Violet #A41FF2

Tints of Blue Violet #A41FF2

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.09%

 BLUE value IS 242 (94.92% from 255) = 55.38%

R = 37.53%
G = 7.09%
B = 55.38%

CMYK

 C value IS 0.32

 M value IS 0.87

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A41FF2 (or 0xA41FF2) is known color: Blue Violet. HEX triplet: A4, 1F and F2. RGB value is (164,31,242). Sum of RGB (Red+Green+Blue) = 164+31+242=437 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.53% from 437); Green value is 31 (12.5% from 255 or 7.09% from 437); Blue value is 242 (94.92% from 255 or 55.38% from 437); Max value from RGB is 242 - color contains mainly: blue. Hex color #A41FF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A41FF2 is #5BE00D. Grayscale: #5E5E5E. Windows color (decimal): -6021134 or 15867812. OLE color: 15867812.

HSL color Cylindrical-coordinate representation of color #A41FF2: hue angle of 277.82º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A41FF2 is Cyan = 0.32, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 164 31 242 -
CMYK 0.32 0.87 0 0.05
HSL 277.82º 0.89% 0.54% -
HSV(B) 277.82º 0.87% 0.95% -
XYZ 31.83 15.28 85.28 -
YUV 94.82 211.06 177.34 -
System Red Green Blue C M Y K H S L
Decimal 164 31 242 0.32 0.87 0 0.05 277.82 0.89 0.54
Hex A4 1F F2 20 57 0 5 116 59 36
Octal 244 37 362 40 127 0 5 426 131 66
Binary 10100100 11111 11110010 100000 1010111 0 101 100010110 1011001 110110

Color Harmonies of #A41FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41FF2

Black with #A41FF2

Text Example


Text Example

White with #A41FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41FF2; }

 p { color: rgb(164,31,242); }

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

background-color css

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

 a { background-color: rgb(164,31,242); }

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

border-color css

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

 span { border-color: rgb(164,31,242); }

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