Html Css Color HEX #A41AF1 Blue Violet

📋 copy color: '#A41AF1'

red 164 ◦ green 26 ◦ blue 241

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

Shades of Blue Violet #A41AF1

Tints of Blue Violet #A41AF1

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.03%

 BLUE value IS 241 (94.53% from 255) = 55.92%

R = 38.05%
G = 6.03%
B = 55.92%

CMYK

 C value IS 0.32

 M value IS 0.89

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A41AF1 (or 0xA41AF1) is known color: Blue Violet. HEX triplet: A4, 1A and F1. RGB value is (164,26,241). Sum of RGB (Red+Green+Blue) = 164+26+241=431 (57% of max value = 765). Red value is 164 (64.45% from 255 or 38.05% from 431); Green value is 26 (10.55% from 255 or 6.03% from 431); Blue value is 241 (94.53% from 255 or 55.92% from 431); Max value from RGB is 241 - color contains mainly: blue. Hex color #A41AF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A41AF1 is #5BE50E. Grayscale: #5B5B5B. Windows color (decimal): -6022415 or 15800996. OLE color: 15800996.

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

Color convert

RGB 164 26 241 -
CMYK 0.32 0.89 0 0.05
HSL 278.51º 0.88% 0.52% -
HSV(B) 278.51º 0.89% 0.95% -
XYZ 31.56 14.98 84.45 -
YUV 91.77 212.22 179.52 -
System Red Green Blue C M Y K H S L
Decimal 164 26 241 0.32 0.89 0 0.05 278.51 0.88 0.52
Hex A4 1A F1 20 59 0 5 117 58 34
Octal 244 32 361 40 131 0 5 427 130 64
Binary 10100100 11010 11110001 100000 1011001 0 101 100010111 1011000 110100

Color Harmonies of #A41AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41AF1

Black with #A41AF1

Text Example


Text Example

White with #A41AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41AF1; }

 p { color: rgb(164,26,241); }

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

background-color css

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

 a { background-color: rgb(164,26,241); }

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

border-color css

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

 span { border-color: rgb(164,26,241); }

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