Html Css Color HEX #A31CFE Blue Violet

📋 copy color: '#A31CFE'

red 163 ◦ green 28 ◦ blue 254

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

Shades of Blue Violet #A31CFE

Tints of Blue Violet #A31CFE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.29%

 BLUE value IS 254 (99.61% from 255) = 57.08%

R = 36.63%
G = 6.29%
B = 57.08%

CMYK

 C value IS 0.36

 M value IS 0.89

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A31CFE (or 0xA31CFE) is known color: Blue Violet. HEX triplet: A3, 1C and FE. RGB value is (163,28,254). Sum of RGB (Red+Green+Blue) = 163+28+254=445 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.63% from 445); Green value is 28 (11.33% from 255 or 6.29% from 445); Blue value is 254 (99.61% from 255 or 57.08% from 445); Max value from RGB is 254 - color contains mainly: blue. Hex color #A31CFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A31CFE is #5CE301. Grayscale: #5D5D5D. Windows color (decimal): -6087426 or 16653475. OLE color: 16653475.

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

Color convert

RGB 163 28 254 -
CMYK 0.36 0.89 0 0.00
HSL 275.84º 0.99% 0.55% -
HSV(B) 275.84º 0.89% 1% -
XYZ 33.41 15.77 95.05 -
YUV 94.13 218.23 177.12 -
System Red Green Blue C M Y K H S L
Decimal 163 28 254 0.36 0.89 0 0.00 275.84 0.99 0.55
Hex A3 1C FE 24 59 0 0 114 63 37
Octal 243 34 376 44 131 0 0 424 143 67
Binary 10100011 11100 11111110 100100 1011001 0 0 100010100 1100011 110111

Color Harmonies of #A31CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31CFE

Black with #A31CFE

Text Example


Text Example

White with #A31CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31CFE; }

 p { color: rgb(163,28,254); }

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

background-color css

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

 a { background-color: rgb(163,28,254); }

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

border-color css

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

 span { border-color: rgb(163,28,254); }

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