Html Css Color HEX #A316F1 Blue Violet

📋 copy color: '#A316F1'

red 163 ◦ green 22 ◦ blue 241

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

Shades of Blue Violet #A316F1

Tints of Blue Violet #A316F1

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.16%

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

R = 38.26%
G = 5.16%
B = 56.57%

CMYK

 C value IS 0.32

 M value IS 0.91

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A316F1 (or 0xA316F1) is known color: Blue Violet. HEX triplet: A3, 16 and F1. RGB value is (163,22,241). Sum of RGB (Red+Green+Blue) = 163+22+241=426 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.26% from 426); Green value is 22 (8.98% from 255 or 5.16% from 426); Blue value is 241 (94.53% from 255 or 56.57% from 426); Max value from RGB is 241 - color contains mainly: blue. Hex color #A316F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A316F1 is #5CE90E. Grayscale: #585858. Windows color (decimal): -6088975 or 15799971. OLE color: 15799971.

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

Color convert

RGB 163 22 241 -
CMYK 0.32 0.91 0 0.05
HSL 278.63º 0.89% 0.52% -
HSV(B) 278.63º 0.91% 0.95% -
XYZ 31.27 14.71 84.41 -
YUV 89.13 213.71 180.69 -
System Red Green Blue C M Y K H S L
Decimal 163 22 241 0.32 0.91 0 0.05 278.63 0.89 0.52
Hex A3 16 F1 20 5B 0 5 117 59 34
Octal 243 26 361 40 133 0 5 427 131 64
Binary 10100011 10110 11110001 100000 1011011 0 101 100010111 1011001 110100

Color Harmonies of #A316F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A316F1

Black with #A316F1

Text Example


Text Example

White with #A316F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A316F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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