Html Css Color HEX #A41DFE Blue Violet

📋 copy color: '#A41DFE'

red 164 ◦ green 29 ◦ blue 254

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

Shades of Blue Violet #A41DFE

Tints of Blue Violet #A41DFE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.49%

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

R = 36.69%
G = 6.49%
B = 56.82%

CMYK

 C value IS 0.35

 M value IS 0.89

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A41DFE (or 0xA41DFE) is known color: Blue Violet. HEX triplet: A4, 1D and FE. RGB value is (164,29,254). Sum of RGB (Red+Green+Blue) = 164+29+254=447 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.69% from 447); Green value is 29 (11.72% from 255 or 6.49% from 447); Blue value is 254 (99.61% from 255 or 56.82% from 447); Max value from RGB is 254 - color contains mainly: blue. Hex color #A41DFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A41DFE is #5BE201. Grayscale: #5E5E5E. Windows color (decimal): -6021634 or 16653732. OLE color: 16653732.

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

Color convert

RGB 164 29 254 -
CMYK 0.35 0.89 0 0.00
HSL 276º 0.99% 0.55% -
HSV(B) 276º 0.89% 1% -
XYZ 33.64 15.93 95.07 -
YUV 95.02 217.73 177.2 -
System Red Green Blue C M Y K H S L
Decimal 164 29 254 0.35 0.89 0 0.00 276 0.99 0.55
Hex A4 1D FE 23 59 0 0 114 63 37
Octal 244 35 376 43 131 0 0 424 143 67
Binary 10100100 11101 11111110 100011 1011001 0 0 100010100 1100011 110111

Color Harmonies of #A41DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41DFE

Black with #A41DFE

Text Example


Text Example

White with #A41DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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