Html Css Color HEX #A31EFB Blue Violet

📋 copy color: '#A31EFB'

red 163 ◦ green 30 ◦ blue 251

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

Shades of Blue Violet #A31EFB

Tints of Blue Violet #A31EFB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.76%

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

R = 36.71%
G = 6.76%
B = 56.53%

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

#A31EFB (or 0xA31EFB) is known color: Blue Violet. HEX triplet: A3, 1E and FB. RGB value is (163,30,251). Sum of RGB (Red+Green+Blue) = 163+30+251=444 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.71% from 444); Green value is 30 (12.11% from 255 or 6.76% from 444); Blue value is 251 (98.44% from 255 or 56.53% from 444); Max value from RGB is 251 - color contains mainly: blue. Hex color #A31EFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A31EFB is #5CE104. Grayscale: #5E5E5E. Windows color (decimal): -6086917 or 16457379. OLE color: 16457379.

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

Color convert

RGB 163 30 251 -
CMYK 0.35 0.88 0 0.02
HSL 276.11º 0.97% 0.55% -
HSV(B) 276.11º 0.88% 0.98% -
XYZ 32.98 15.68 92.56 -
YUV 94.96 216.06 176.53 -
System Red Green Blue C M Y K H S L
Decimal 163 30 251 0.35 0.88 0 0.02 276.11 0.97 0.55
Hex A3 1E FB 23 58 0 2 114 61 37
Octal 243 36 373 43 130 0 2 424 141 67
Binary 10100011 11110 11111011 100011 1011000 0 10 100010100 1100001 110111

Color Harmonies of #A31EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31EFB

Black with #A31EFB

Text Example


Text Example

White with #A31EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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