Html Css Color HEX #A41EF3 Blue Violet

📋 copy color: '#A41EF3'

red 164 ◦ green 30 ◦ blue 243

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

Shades of Blue Violet #A41EF3

Tints of Blue Violet #A41EF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 55.61%

R = 37.53%
G = 6.86%
B = 55.61%

CMYK

 C value IS 0.33

 M value IS 0.88

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A41EF3 (or 0xA41EF3) is known color: Blue Violet. HEX triplet: A4, 1E and F3. RGB value is (164,30,243). Sum of RGB (Red+Green+Blue) = 164+30+243=437 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.53% from 437); Green value is 30 (12.11% from 255 or 6.86% from 437); Blue value is 243 (95.31% from 255 or 55.61% from 437); Max value from RGB is 243 - color contains mainly: blue. Hex color #A41EF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A41EF3 is #5BE10C. Grayscale: #5D5D5D. Windows color (decimal): -6021389 or 15933092. OLE color: 15933092.

HSL color Cylindrical-coordinate representation of color #A41EF3: hue angle of 277.75º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A41EF3 is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 164 30 243 -
CMYK 0.33 0.88 0 0.05
HSL 277.75º 0.9% 0.54% -
HSV(B) 277.75º 0.88% 0.95% -
XYZ 31.95 15.29 86.06 -
YUV 94.35 211.89 177.68 -
System Red Green Blue C M Y K H S L
Decimal 164 30 243 0.33 0.88 0 0.05 277.75 0.9 0.54
Hex A4 1E F3 21 58 0 5 116 5A 36
Octal 244 36 363 41 130 0 5 426 132 66
Binary 10100100 11110 11110011 100001 1011000 0 101 100010110 1011010 110110

Color Harmonies of #A41EF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41EF3

Black with #A41EF3

Text Example


Text Example

White with #A41EF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41EF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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