Html Css Color HEX #A41EFB Blue Violet

📋 copy color: '#A41EFB'

red 164 ◦ green 30 ◦ blue 251

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

Shades of Blue Violet #A41EFB

Tints of Blue Violet #A41EFB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.74%

 BLUE value IS 251 (98.44% from 255) = 56.4%

R = 36.85%
G = 6.74%
B = 56.4%

CMYK

 C value IS 0.35

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A41EFB (or 0xA41EFB) is known color: Blue Violet. HEX triplet: A4, 1E and FB. RGB value is (164,30,251). Sum of RGB (Red+Green+Blue) = 164+30+251=445 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.85% from 445); Green value is 30 (12.11% from 255 or 6.74% from 445); Blue value is 251 (98.44% from 255 or 56.40% from 445); Max value from RGB is 251 - color contains mainly: blue. Hex color #A41EFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A41EFB is #5BE104. Grayscale: #5E5E5E. Windows color (decimal): -6021381 or 16457380. OLE color: 16457380.

HSL color Cylindrical-coordinate representation of color #A41EFB: hue angle of 276.38º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A41EFB is Cyan = 0.35, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 164 30 251 -
CMYK 0.35 0.88 0 0.02
HSL 276.38º 0.97% 0.55% -
HSV(B) 276.38º 0.88% 0.98% -
XYZ 33.19 15.79 92.56 -
YUV 95.26 215.89 177.03 -
System Red Green Blue C M Y K H S L
Decimal 164 30 251 0.35 0.88 0 0.02 276.38 0.97 0.55
Hex A4 1E FB 23 58 0 2 114 61 37
Octal 244 36 373 43 130 0 2 424 141 67
Binary 10100100 11110 11111011 100011 1011000 0 10 100010100 1100001 110111

Color Harmonies of #A41EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41EFB

Black with #A41EFB

Text Example


Text Example

White with #A41EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41EFB; }

 p { color: rgb(164,30,251); }

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

background-color css

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

 a { background-color: rgb(164,30,251); }

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

border-color css

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

 span { border-color: rgb(164,30,251); }

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