Html Css Color HEX #A41FF5 Blue Violet

📋 copy color: '#A41FF5'

red 164 ◦ green 31 ◦ blue 245

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

Shades of Blue Violet #A41FF5

Tints of Blue Violet #A41FF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 55.68%

R = 37.27%
G = 7.05%
B = 55.68%

CMYK

 C value IS 0.33

 M value IS 0.87

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A41FF5 (or 0xA41FF5) is known color: Blue Violet. HEX triplet: A4, 1F and F5. RGB value is (164,31,245). Sum of RGB (Red+Green+Blue) = 164+31+245=440 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.27% from 440); Green value is 31 (12.5% from 255 or 7.05% from 440); Blue value is 245 (96.09% from 255 or 55.68% from 440); Max value from RGB is 245 - color contains mainly: blue. Hex color #A41FF5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A41FF5 is #5BE00A. Grayscale: #5E5E5E. Windows color (decimal): -6021131 or 16064420. OLE color: 16064420.

HSL color Cylindrical-coordinate representation of color #A41FF5: hue angle of 277.29º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A41FF5 is Cyan = 0.33, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 164 31 245 -
CMYK 0.33 0.87 0 0.04
HSL 277.29º 0.91% 0.54% -
HSV(B) 277.29º 0.87% 0.96% -
XYZ 32.28 15.47 87.67 -
YUV 95.16 212.56 177.1 -
System Red Green Blue C M Y K H S L
Decimal 164 31 245 0.33 0.87 0 0.04 277.29 0.91 0.54
Hex A4 1F F5 21 57 0 4 115 5B 36
Octal 244 37 365 41 127 0 4 425 133 66
Binary 10100100 11111 11110101 100001 1010111 0 100 100010101 1011011 110110

Color Harmonies of #A41FF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41FF5

Black with #A41FF5

Text Example


Text Example

White with #A41FF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41FF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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