Html Css Color HEX #A31AF7 Blue Violet

📋 copy color: '#A31AF7'

red 163 ◦ green 26 ◦ blue 247

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

Shades of Blue Violet #A31AF7

Tints of Blue Violet #A31AF7

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.96%

 BLUE value IS 247 (96.88% from 255) = 56.65%

R = 37.39%
G = 5.96%
B = 56.65%

CMYK

 C value IS 0.34

 M value IS 0.89

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A31AF7 (or 0xA31AF7) is known color: Blue Violet. HEX triplet: A3, 1A and F7. RGB value is (163,26,247). Sum of RGB (Red+Green+Blue) = 163+26+247=436 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.39% from 436); Green value is 26 (10.55% from 255 or 5.96% from 436); Blue value is 247 (96.88% from 255 or 56.65% from 436); Max value from RGB is 247 - color contains mainly: blue. Hex color #A31AF7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A31AF7 is #5CE508. Grayscale: #5B5B5B. Windows color (decimal): -6087945 or 16194211. OLE color: 16194211.

HSL color Cylindrical-coordinate representation of color #A31AF7: hue angle of 277.19º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A31AF7 is Cyan = 0.34, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 163 26 247 -
CMYK 0.34 0.89 0 0.03
HSL 277.19º 0.93% 0.54% -
HSV(B) 277.19º 0.89% 0.97% -
XYZ 32.26 15.24 89.24 -
YUV 92.16 215.39 178.53 -
System Red Green Blue C M Y K H S L
Decimal 163 26 247 0.34 0.89 0 0.03 277.19 0.93 0.54
Hex A3 1A F7 22 59 0 3 115 5D 36
Octal 243 32 367 42 131 0 3 425 135 66
Binary 10100011 11010 11110111 100010 1011001 0 11 100010101 1011101 110110

Color Harmonies of #A31AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31AF7

Black with #A31AF7

Text Example


Text Example

White with #A31AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31AF7; }

 p { color: rgb(163,26,247); }

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

background-color css

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

 a { background-color: rgb(163,26,247); }

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

border-color css

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

 span { border-color: rgb(163,26,247); }

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