Html Css Color HEX #A41AF2 Blue Violet

📋 copy color: '#A41AF2'

red 164 ◦ green 26 ◦ blue 242

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

Shades of Blue Violet #A41AF2

Tints of Blue Violet #A41AF2

RGB

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

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

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

R = 37.96%
G = 6.02%
B = 56.02%

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

#A41AF2 (or 0xA41AF2) is known color: Blue Violet. HEX triplet: A4, 1A and F2. RGB value is (164,26,242). Sum of RGB (Red+Green+Blue) = 164+26+242=432 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.96% from 432); Green value is 26 (10.55% from 255 or 6.02% from 432); Blue value is 242 (94.92% from 255 or 56.02% from 432); Max value from RGB is 242 - color contains mainly: blue. Hex color #A41AF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A41AF2 is #5BE50D. Grayscale: #5B5B5B. Windows color (decimal): -6022414 or 15866532. OLE color: 15866532.

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

Color convert

RGB 164 26 242 -
CMYK 0.32 0.89 0 0.05
HSL 278.33º 0.89% 0.53% -
HSV(B) 278.33º 0.89% 0.95% -
XYZ 31.71 15.04 85.24 -
YUV 91.89 212.72 179.44 -
System Red Green Blue C M Y K H S L
Decimal 164 26 242 0.32 0.89 0 0.05 278.33 0.89 0.53
Hex A4 1A F2 20 59 0 5 116 59 35
Octal 244 32 362 40 131 0 5 426 131 65
Binary 10100100 11010 11110010 100000 1011001 0 101 100010110 1011001 110101

Color Harmonies of #A41AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41AF2

Black with #A41AF2

Text Example


Text Example

White with #A41AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41AF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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