Html Css Color HEX #A317F1 Blue Violet

📋 copy color: '#A317F1'

red 163 ◦ green 23 ◦ blue 241

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

Shades of Blue Violet #A317F1

Tints of Blue Violet #A317F1

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.39%

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

R = 38.17%
G = 5.39%
B = 56.44%

CMYK

 C value IS 0.32

 M value IS 0.90

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A317F1 (or 0xA317F1) is known color: Blue Violet. HEX triplet: A3, 17 and F1. RGB value is (163,23,241). Sum of RGB (Red+Green+Blue) = 163+23+241=427 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.17% from 427); Green value is 23 (9.38% from 255 or 5.39% from 427); Blue value is 241 (94.53% from 255 or 56.44% from 427); Max value from RGB is 241 - color contains mainly: blue. Hex color #A317F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A317F1 is #5CE80E. Grayscale: #585858. Windows color (decimal): -6088719 or 15800227. OLE color: 15800227.

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

Color convert

RGB 163 23 241 -
CMYK 0.32 0.90 0 0.05
HSL 278.53º 0.89% 0.52% -
HSV(B) 278.53º 0.9% 0.95% -
XYZ 31.29 14.75 84.42 -
YUV 89.71 213.38 180.27 -
System Red Green Blue C M Y K H S L
Decimal 163 23 241 0.32 0.90 0 0.05 278.53 0.89 0.52
Hex A3 17 F1 20 5A 0 5 117 59 34
Octal 243 27 361 40 132 0 5 427 131 64
Binary 10100011 10111 11110001 100000 1011010 0 101 100010111 1011001 110100

Color Harmonies of #A317F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A317F1

Black with #A317F1

Text Example


Text Example

White with #A317F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A317F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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