Html Css Color HEX #A331F1 Blue Violet

📋 copy color: '#A331F1'

red 163 ◦ green 49 ◦ blue 241

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

Shades of Blue Violet #A331F1

Tints of Blue Violet #A331F1

RGB

 RED value IS 163 (64.06% from 255) = 35.98%

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

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

R = 35.98%
G = 10.82%
B = 53.2%

CMYK

 C value IS 0.32

 M value IS 0.80

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A331F1 (or 0xA331F1) is known color: Blue Violet. HEX triplet: A3, 31 and F1. RGB value is (163,49,241). Sum of RGB (Red+Green+Blue) = 163+49+241=453 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.98% from 453); Green value is 49 (19.53% from 255 or 10.82% from 453); Blue value is 241 (94.53% from 255 or 53.20% from 453); Max value from RGB is 241 - color contains mainly: blue. Hex color #A331F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A331F1 is #5CCE0E. Grayscale: #686868. Windows color (decimal): -6082063 or 15806883. OLE color: 15806883.

HSL color Cylindrical-coordinate representation of color #A331F1: hue angle of 275.62º 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 #A331F1 is Cyan = 0.32, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 163 49 241 -
CMYK 0.32 0.80 0 0.05
HSL 275.63º 0.87% 0.57% -
HSV(B) 275.63º 0.8% 0.95% -
XYZ 32.08 16.33 84.68 -
YUV 104.97 204.77 169.39 -
System Red Green Blue C M Y K H S L
Decimal 163 49 241 0.32 0.80 0 0.05 275.63 0.87 0.57
Hex A3 31 F1 20 50 0 5 114 57 39
Octal 243 61 361 40 120 0 5 424 127 71
Binary 10100011 110001 11110001 100000 1010000 0 101 100010100 1010111 111001

Color Harmonies of #A331F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A331F1

Black with #A331F1

Text Example


Text Example

White with #A331F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A331F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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