Html Css Color HEX #A131F1 Blue Violet

📋 copy color: '#A131F1'

red 161 ◦ green 49 ◦ blue 241

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

Shades of Blue Violet #A131F1

Tints of Blue Violet #A131F1

RGB

 RED value IS 161 (63.28% from 255) = 35.7%

 GREEN value IS 49 (19.53% from 255) = 10.86%

 BLUE value IS 241 (94.53% from 255) = 53.44%

R = 35.7%
G = 10.86%
B = 53.44%

CMYK

 C value IS 0.33

 M value IS 0.80

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A131F1 (or 0xA131F1) is known color: Blue Violet. HEX triplet: A1, 31 and F1. RGB value is (161,49,241). Sum of RGB (Red+Green+Blue) = 161+49+241=451 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.70% from 451); Green value is 49 (19.53% from 255 or 10.86% from 451); Blue value is 241 (94.53% from 255 or 53.44% from 451); Max value from RGB is 241 - color contains mainly: blue. Hex color #A131F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A131F1 is #5ECE0E. Grayscale: #676767. Windows color (decimal): -6213135 or 15806881. OLE color: 15806881.

HSL color Cylindrical-coordinate representation of color #A131F1: hue angle of 275º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A131F1 is Cyan = 0.33, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 161 49 241 -
CMYK 0.33 0.80 0 0.05
HSL 275º 0.87% 0.57% -
HSV(B) 275º 0.8% 0.95% -
XYZ 31.67 16.12 84.66 -
YUV 104.38 205.11 168.39 -
System Red Green Blue C M Y K H S L
Decimal 161 49 241 0.33 0.80 0 0.05 275 0.87 0.57
Hex A1 31 F1 21 50 0 5 113 57 39
Octal 241 61 361 41 120 0 5 423 127 71
Binary 10100001 110001 11110001 100001 1010000 0 101 100010011 1010111 111001

Color Harmonies of #A131F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A131F1

Black with #A131F1

Text Example


Text Example

White with #A131F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A131F1; }

 p { color: rgb(161,49,241); }

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

background-color css

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

 a { background-color: rgb(161,49,241); }

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

border-color css

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

 span { border-color: rgb(161,49,241); }

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