Html Css Color HEX #A41FFE Blue Violet

📋 copy color: '#A41FFE'

red 164 ◦ green 31 ◦ blue 254

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

Shades of Blue Violet #A41FFE

Tints of Blue Violet #A41FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 56.57%

R = 36.53%
G = 6.9%
B = 56.57%

CMYK

 C value IS 0.35

 M value IS 0.88

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A41FFE (or 0xA41FFE) is known color: Blue Violet. HEX triplet: A4, 1F and FE. RGB value is (164,31,254). Sum of RGB (Red+Green+Blue) = 164+31+254=449 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.53% from 449); Green value is 31 (12.5% from 255 or 6.90% from 449); Blue value is 254 (99.61% from 255 or 56.57% from 449); Max value from RGB is 254 - color contains mainly: blue. Hex color #A41FFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A41FFE is #5BE001. Grayscale: #5F5F5F. Windows color (decimal): -6021122 or 16654244. OLE color: 16654244.

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

Color convert

RGB 164 31 254 -
CMYK 0.35 0.88 0 0.00
HSL 275.78º 0.99% 0.56% -
HSV(B) 275.78º 0.88% 1% -
XYZ 33.69 16.03 95.08 -
YUV 96.19 217.06 176.37 -
System Red Green Blue C M Y K H S L
Decimal 164 31 254 0.35 0.88 0 0.00 275.78 0.99 0.56
Hex A4 1F FE 23 58 0 0 114 63 38
Octal 244 37 376 43 130 0 0 424 143 70
Binary 10100100 11111 11111110 100011 1011000 0 0 100010100 1100011 111000

Color Harmonies of #A41FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41FFE

Black with #A41FFE

Text Example


Text Example

White with #A41FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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