Html Css Color HEX #A31EF3 Blue Violet

📋 copy color: '#A31EF3'

red 163 ◦ green 30 ◦ blue 243

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

Shades of Blue Violet #A31EF3

Tints of Blue Violet #A31EF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 55.73%

R = 37.39%
G = 6.88%
B = 55.73%

CMYK

 C value IS 0.33

 M value IS 0.88

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A31EF3 (or 0xA31EF3) is known color: Blue Violet. HEX triplet: A3, 1E and F3. RGB value is (163,30,243). Sum of RGB (Red+Green+Blue) = 163+30+243=436 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.39% from 436); Green value is 30 (12.11% from 255 or 6.88% from 436); Blue value is 243 (95.31% from 255 or 55.73% from 436); Max value from RGB is 243 - color contains mainly: blue. Hex color #A31EF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A31EF3 is #5CE10C. Grayscale: #5D5D5D. Windows color (decimal): -6086925 or 15933091. OLE color: 15933091.

HSL color Cylindrical-coordinate representation of color #A31EF3: hue angle of 277.46º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A31EF3 is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 163 30 243 -
CMYK 0.33 0.88 0 0.05
HSL 277.46º 0.9% 0.54% -
HSV(B) 277.46º 0.88% 0.95% -
XYZ 31.75 15.19 86.05 -
YUV 94.05 212.06 177.18 -
System Red Green Blue C M Y K H S L
Decimal 163 30 243 0.33 0.88 0 0.05 277.46 0.9 0.54
Hex A3 1E F3 21 58 0 5 115 5A 36
Octal 243 36 363 41 130 0 5 425 132 66
Binary 10100011 11110 11110011 100001 1011000 0 101 100010101 1011010 110110

Color Harmonies of #A31EF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31EF3

Black with #A31EF3

Text Example


Text Example

White with #A31EF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31EF3; }

 p { color: rgb(163,30,243); }

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

background-color css

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

 a { background-color: rgb(163,30,243); }

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

border-color css

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

 span { border-color: rgb(163,30,243); }

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