Html Css Color HEX #A41FF3 Blue Violet

📋 copy color: '#A41FF3'

red 164 ◦ green 31 ◦ blue 243

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

Shades of Blue Violet #A41FF3

Tints of Blue Violet #A41FF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 55.48%

R = 37.44%
G = 7.08%
B = 55.48%

CMYK

 C value IS 0.33

 M value IS 0.87

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A41FF3 (or 0xA41FF3) is known color: Blue Violet. HEX triplet: A4, 1F and F3. RGB value is (164,31,243). Sum of RGB (Red+Green+Blue) = 164+31+243=438 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.44% from 438); Green value is 31 (12.5% from 255 or 7.08% from 438); Blue value is 243 (95.31% from 255 or 55.48% from 438); Max value from RGB is 243 - color contains mainly: blue. Hex color #A41FF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A41FF3 is #5BE00C. Grayscale: #5E5E5E. Windows color (decimal): -6021133 or 15933348. OLE color: 15933348.

HSL color Cylindrical-coordinate representation of color #A41FF3: hue angle of 277.64º degrees, saturation: 0.9, 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 #A41FF3 is Cyan = 0.33, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 164 31 243 -
CMYK 0.33 0.87 0 0.05
HSL 277.64º 0.9% 0.54% -
HSV(B) 277.64º 0.87% 0.95% -
XYZ 31.98 15.34 86.07 -
YUV 94.94 211.56 177.26 -
System Red Green Blue C M Y K H S L
Decimal 164 31 243 0.33 0.87 0 0.05 277.64 0.9 0.54
Hex A4 1F F3 21 57 0 5 116 5A 36
Octal 244 37 363 41 127 0 5 426 132 66
Binary 10100100 11111 11110011 100001 1010111 0 101 100010110 1011010 110110

Color Harmonies of #A41FF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41FF3

Black with #A41FF3

Text Example


Text Example

White with #A41FF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41FF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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