Html Css Color HEX #A31FFC Blue Violet

📋 copy color: '#A31FFC'

red 163 ◦ green 31 ◦ blue 252

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

Shades of Blue Violet #A31FFC

Tints of Blue Violet #A31FFC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.95%

 BLUE value IS 252 (98.83% from 255) = 56.5%

R = 36.55%
G = 6.95%
B = 56.5%

CMYK

 C value IS 0.35

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A31FFC (or 0xA31FFC) is known color: Blue Violet. HEX triplet: A3, 1F and FC. RGB value is (163,31,252). Sum of RGB (Red+Green+Blue) = 163+31+252=446 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.55% from 446); Green value is 31 (12.5% from 255 or 6.95% from 446); Blue value is 252 (98.83% from 255 or 56.50% from 446); Max value from RGB is 252 - color contains mainly: blue. Hex color #A31FFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A31FFC is #5CE003. Grayscale: #5E5E5E. Windows color (decimal): -6086660 or 16523171. OLE color: 16523171.

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

Color convert

RGB 163 31 252 -
CMYK 0.35 0.88 0 0.01
HSL 275.84º 0.97% 0.55% -
HSV(B) 275.84º 0.88% 0.99% -
XYZ 33.16 15.79 93.4 -
YUV 95.66 216.23 176.03 -
System Red Green Blue C M Y K H S L
Decimal 163 31 252 0.35 0.88 0 0.01 275.84 0.97 0.55
Hex A3 1F FC 23 58 0 1 114 61 37
Octal 243 37 374 43 130 0 1 424 141 67
Binary 10100011 11111 11111100 100011 1011000 0 1 100010100 1100001 110111

Color Harmonies of #A31FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31FFC

Black with #A31FFC

Text Example


Text Example

White with #A31FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31FFC; }

 p { color: rgb(163,31,252); }

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

background-color css

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

 a { background-color: rgb(163,31,252); }

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

border-color css

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

 span { border-color: rgb(163,31,252); }

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