Html Css Color HEX #A41FED Blue Violet

📋 copy color: '#A41FED'

red 164 ◦ green 31 ◦ blue 237

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

Shades of Blue Violet #A41FED

Tints of Blue Violet #A41FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 54.86%

R = 37.96%
G = 7.18%
B = 54.86%

CMYK

 C value IS 0.31

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A41FED (or 0xA41FED) is known color: Blue Violet. HEX triplet: A4, 1F and ED. RGB value is (164,31,237). Sum of RGB (Red+Green+Blue) = 164+31+237=432 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.96% from 432); Green value is 31 (12.5% from 255 or 7.18% from 432); Blue value is 237 (92.97% from 255 or 54.86% from 432); Max value from RGB is 237 - color contains mainly: blue. Hex color #A41FED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A41FED is #5BE012. Grayscale: #5D5D5D. Windows color (decimal): -6021139 or 15540132. OLE color: 15540132.

HSL color Cylindrical-coordinate representation of color #A41FED: hue angle of 278.74º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A41FED is Cyan = 0.31, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 31 237 -
CMYK 0.31 0.87 0 0.07
HSL 278.74º 0.85% 0.53% -
HSV(B) 278.74º 0.87% 0.93% -
XYZ 31.09 14.99 81.38 -
YUV 94.25 208.56 177.75 -
System Red Green Blue C M Y K H S L
Decimal 164 31 237 0.31 0.87 0 0.07 278.74 0.85 0.53
Hex A4 1F ED 1F 57 0 7 117 55 35
Octal 244 37 355 37 127 0 7 427 125 65
Binary 10100100 11111 11101101 11111 1010111 0 111 100010111 1010101 110101

Color Harmonies of #A41FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41FED

Black with #A41FED

Text Example


Text Example

White with #A41FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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