Html Css Color HEX #A41EFA Blue Violet

📋 copy color: '#A41EFA'

red 164 ◦ green 30 ◦ blue 250

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

Shades of Blue Violet #A41EFA

Tints of Blue Violet #A41EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 56.31%

R = 36.94%
G = 6.76%
B = 56.31%

CMYK

 C value IS 0.34

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A41EFA (or 0xA41EFA) is known color: Blue Violet. HEX triplet: A4, 1E and FA. RGB value is (164,30,250). Sum of RGB (Red+Green+Blue) = 164+30+250=444 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.94% from 444); Green value is 30 (12.11% from 255 or 6.76% from 444); Blue value is 250 (98.05% from 255 or 56.31% from 444); Max value from RGB is 250 - color contains mainly: blue. Hex color #A41EFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A41EFA is #5BE105. Grayscale: #5E5E5E. Windows color (decimal): -6021382 or 16391844. OLE color: 16391844.

HSL color Cylindrical-coordinate representation of color #A41EFA: hue angle of 276.55º degrees, saturation: 0.96, 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 #A41EFA is Cyan = 0.34, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 164 30 250 -
CMYK 0.34 0.88 0 0.02
HSL 276.55º 0.96% 0.55% -
HSV(B) 276.55º 0.88% 0.98% -
XYZ 33.03 15.72 91.74 -
YUV 95.15 215.39 177.11 -
System Red Green Blue C M Y K H S L
Decimal 164 30 250 0.34 0.88 0 0.02 276.55 0.96 0.55
Hex A4 1E FA 22 58 0 2 115 60 37
Octal 244 36 372 42 130 0 2 425 140 67
Binary 10100100 11110 11111010 100010 1011000 0 10 100010101 1100000 110111

Color Harmonies of #A41EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41EFA

Black with #A41EFA

Text Example


Text Example

White with #A41EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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