Html Css Color HEX #A31DF9 Blue Violet

📋 copy color: '#A31DF9'

red 163 ◦ green 29 ◦ blue 249

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

Shades of Blue Violet #A31DF9

Tints of Blue Violet #A31DF9

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.58%

 BLUE value IS 249 (97.66% from 255) = 56.46%

R = 36.96%
G = 6.58%
B = 56.46%

CMYK

 C value IS 0.35

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A31DF9 (or 0xA31DF9) is known color: Blue Violet. HEX triplet: A3, 1D and F9. RGB value is (163,29,249). Sum of RGB (Red+Green+Blue) = 163+29+249=441 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.96% from 441); Green value is 29 (11.72% from 255 or 6.58% from 441); Blue value is 249 (97.66% from 255 or 56.46% from 441); Max value from RGB is 249 - color contains mainly: blue. Hex color #A31DF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A31DF9 is #5CE206. Grayscale: #5D5D5D. Windows color (decimal): -6087175 or 16326051. OLE color: 16326051.

HSL color Cylindrical-coordinate representation of color #A31DF9: hue angle of 276.55º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A31DF9 is Cyan = 0.35, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 163 29 249 -
CMYK 0.35 0.88 0 0.02
HSL 276.55º 0.95% 0.55% -
HSV(B) 276.55º 0.88% 0.98% -
XYZ 32.64 15.5 90.89 -
YUV 94.15 215.39 177.11 -
System Red Green Blue C M Y K H S L
Decimal 163 29 249 0.35 0.88 0 0.02 276.55 0.95 0.55
Hex A3 1D F9 23 58 0 2 115 5F 37
Octal 243 35 371 43 130 0 2 425 137 67
Binary 10100011 11101 11111001 100011 1011000 0 10 100010101 1011111 110111

Color Harmonies of #A31DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31DF9

Black with #A31DF9

Text Example


Text Example

White with #A31DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31DF9; }

 p { color: rgb(163,29,249); }

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

background-color css

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

 a { background-color: rgb(163,29,249); }

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

border-color css

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

 span { border-color: rgb(163,29,249); }

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