Html Css Color HEX #A41FE3 Blue Violet

📋 copy color: '#A41FE3'

red 164 ◦ green 31 ◦ blue 227

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

Shades of Blue Violet #A41FE3

Tints of Blue Violet #A41FE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 53.79%

R = 38.86%
G = 7.35%
B = 53.79%

CMYK

 C value IS 0.28

 M value IS 0.86

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A41FE3 (or 0xA41FE3) is known color: Blue Violet. HEX triplet: A4, 1F and E3. RGB value is (164,31,227). Sum of RGB (Red+Green+Blue) = 164+31+227=422 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.86% from 422); Green value is 31 (12.5% from 255 or 7.35% from 422); Blue value is 227 (89.06% from 255 or 53.79% from 422); Max value from RGB is 227 - color contains mainly: blue. Hex color #A41FE3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41FE3 is #5BE01C. Grayscale: #5C5C5C. Windows color (decimal): -6021149 or 14884772. OLE color: 14884772.

HSL color Cylindrical-coordinate representation of color #A41FE3: hue angle of 280.71º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A41FE3 is Cyan = 0.28, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 164 31 227 -
CMYK 0.28 0.86 0 0.11
HSL 280.71º 0.78% 0.51% -
HSV(B) 280.71º 0.86% 0.89% -
XYZ 29.66 14.42 73.89 -
YUV 93.11 203.56 178.56 -
System Red Green Blue C M Y K H S L
Decimal 164 31 227 0.28 0.86 0 0.11 280.71 0.78 0.51
Hex A4 1F E3 1C 56 0 B 119 4E 33
Octal 244 37 343 34 126 0 13 431 116 63
Binary 10100100 11111 11100011 11100 1010110 0 1011 100011001 1001110 110011

Color Harmonies of #A41FE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41FE3

Black with #A41FE3

Text Example


Text Example

White with #A41FE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41FE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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