Html Css Color HEX #A41FFF Blue Violet

📋 copy color: '#A41FFF'

red 164 ◦ green 31 ◦ blue 255

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

Shades of Blue Violet #A41FFF

Tints of Blue Violet #A41FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 56.67%

R = 36.44%
G = 6.89%
B = 56.67%

CMYK

 C value IS 0.36

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A41FFF (or 0xA41FFF) is known color: Blue Violet. HEX triplet: A4, 1F and FF. RGB value is (164,31,255). Sum of RGB (Red+Green+Blue) = 164+31+255=450 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.44% from 450); Green value is 31 (12.5% from 255 or 6.89% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #A41FFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A41FFF is #5BE000. Grayscale: #5F5F5F. Windows color (decimal): -6021121 or 16719780. OLE color: 16719780.

HSL color Cylindrical-coordinate representation of color #A41FFF: hue angle of 275.62º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A41FFF is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 164 31 255 -
CMYK 0.36 0.88 0 0
HSL 275.63º 1% 0.56% -
HSV(B) 275.63º 0.88% 1% -
XYZ 33.85 16.09 95.93 -
YUV 96.3 217.56 176.29 -
System Red Green Blue C M Y K H S L
Decimal 164 31 255 0.36 0.88 0 0 275.63 1 0.56
Hex A4 1F FF 24 58 0 0 114 64 38
Octal 244 37 377 44 130 0 0 424 144 70
Binary 10100100 11111 11111111 100100 1011000 0 0 100010100 1100100 111000

Color Harmonies of #A41FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41FFF

Black with #A41FFF

Text Example


Text Example

White with #A41FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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