Html Css Color HEX #A41BF2 Blue Violet

📋 copy color: '#A41BF2'

red 164 ◦ green 27 ◦ blue 242

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

Shades of Blue Violet #A41BF2

Tints of Blue Violet #A41BF2

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.24%

 BLUE value IS 242 (94.92% from 255) = 55.89%

R = 37.88%
G = 6.24%
B = 55.89%

CMYK

 C value IS 0.32

 M value IS 0.89

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A41BF2 (or 0xA41BF2) is known color: Blue Violet. HEX triplet: A4, 1B and F2. RGB value is (164,27,242). Sum of RGB (Red+Green+Blue) = 164+27+242=433 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.88% from 433); Green value is 27 (10.94% from 255 or 6.24% from 433); Blue value is 242 (94.92% from 255 or 55.89% from 433); Max value from RGB is 242 - color contains mainly: blue. Hex color #A41BF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A41BF2 is #5BE40D. Grayscale: #5B5B5B. Windows color (decimal): -6022158 or 15866788. OLE color: 15866788.

HSL color Cylindrical-coordinate representation of color #A41BF2: hue angle of 278.23º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A41BF2 is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 164 27 242 -
CMYK 0.32 0.89 0 0.05
HSL 278.23º 0.89% 0.53% -
HSV(B) 278.23º 0.89% 0.95% -
XYZ 31.73 15.09 85.24 -
YUV 92.47 212.39 179.02 -
System Red Green Blue C M Y K H S L
Decimal 164 27 242 0.32 0.89 0 0.05 278.23 0.89 0.53
Hex A4 1B F2 20 59 0 5 116 59 35
Octal 244 33 362 40 131 0 5 426 131 65
Binary 10100100 11011 11110010 100000 1011001 0 101 100010110 1011001 110101

Color Harmonies of #A41BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41BF2

Black with #A41BF2

Text Example


Text Example

White with #A41BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41BF2; }

 p { color: rgb(164,27,242); }

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

background-color css

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

 a { background-color: rgb(164,27,242); }

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

border-color css

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

 span { border-color: rgb(164,27,242); }

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