Html Css Color HEX #A31FFB Blue Violet

📋 copy color: '#A31FFB'

red 163 ◦ green 31 ◦ blue 251

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

Shades of Blue Violet #A31FFB

Tints of Blue Violet #A31FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 56.4%

R = 36.63%
G = 6.97%
B = 56.4%

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

#A31FFB (or 0xA31FFB) is known color: Blue Violet. HEX triplet: A3, 1F and FB. RGB value is (163,31,251). Sum of RGB (Red+Green+Blue) = 163+31+251=445 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.63% from 445); Green value is 31 (12.5% from 255 or 6.97% from 445); Blue value is 251 (98.44% from 255 or 56.40% from 445); Max value from RGB is 251 - color contains mainly: blue. Hex color #A31FFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A31FFB is #5CE004. Grayscale: #5E5E5E. Windows color (decimal): -6086661 or 16457635. OLE color: 16457635.

HSL color Cylindrical-coordinate representation of color #A31FFB: hue angle of 276º degrees, saturation: 0.96, 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 #A31FFB is Cyan = 0.35, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 163 31 251 -
CMYK 0.35 0.88 0 0.02
HSL 276º 0.96% 0.55% -
HSV(B) 276º 0.88% 0.98% -
XYZ 33.01 15.73 92.56 -
YUV 95.55 215.73 176.11 -
System Red Green Blue C M Y K H S L
Decimal 163 31 251 0.35 0.88 0 0.02 276 0.96 0.55
Hex A3 1F FB 23 58 0 2 114 60 37
Octal 243 37 373 43 130 0 2 424 140 67
Binary 10100011 11111 11111011 100011 1011000 0 10 100010100 1100000 110111

Color Harmonies of #A31FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31FFB

Black with #A31FFB

Text Example


Text Example

White with #A31FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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