Html Css Color HEX #A41AF5 Blue Violet

📋 copy color: '#A41AF5'

red 164 ◦ green 26 ◦ blue 245

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

Shades of Blue Violet #A41AF5

Tints of Blue Violet #A41AF5

RGB

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

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

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

R = 37.7%
G = 5.98%
B = 56.32%

CMYK

 C value IS 0.33

 M value IS 0.89

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A41AF5 (or 0xA41AF5) is known color: Blue Violet. HEX triplet: A4, 1A and F5. RGB value is (164,26,245). Sum of RGB (Red+Green+Blue) = 164+26+245=435 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.70% from 435); Green value is 26 (10.55% from 255 or 5.98% from 435); Blue value is 245 (96.09% from 255 or 56.32% from 435); Max value from RGB is 245 - color contains mainly: blue. Hex color #A41AF5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A41AF5 is #5BE50A. Grayscale: #5B5B5B. Windows color (decimal): -6022411 or 16063140. OLE color: 16063140.

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

Color convert

RGB 164 26 245 -
CMYK 0.33 0.89 0 0.04
HSL 277.81º 0.92% 0.53% -
HSV(B) 277.81º 0.89% 0.96% -
XYZ 32.16 15.22 87.63 -
YUV 92.23 214.22 179.19 -
System Red Green Blue C M Y K H S L
Decimal 164 26 245 0.33 0.89 0 0.04 277.81 0.92 0.53
Hex A4 1A F5 21 59 0 4 116 5C 35
Octal 244 32 365 41 131 0 4 426 134 65
Binary 10100100 11010 11110101 100001 1011001 0 100 100010110 1011100 110101

Color Harmonies of #A41AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41AF5

Black with #A41AF5

Text Example


Text Example

White with #A41AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41AF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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