Html Css Color HEX #A31CF0 Blue Violet

📋 copy color: '#A31CF0'

red 163 ◦ green 28 ◦ blue 240

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

Shades of Blue Violet #A31CF0

Tints of Blue Violet #A31CF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 55.68%

R = 37.82%
G = 6.5%
B = 55.68%

CMYK

 C value IS 0.32

 M value IS 0.88

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A31CF0 (or 0xA31CF0) is known color: Blue Violet. HEX triplet: A3, 1C and F0. RGB value is (163,28,240). Sum of RGB (Red+Green+Blue) = 163+28+240=431 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.82% from 431); Green value is 28 (11.33% from 255 or 6.50% from 431); Blue value is 240 (94.14% from 255 or 55.68% from 431); Max value from RGB is 240 - color contains mainly: blue. Hex color #A31CF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A31CF0 is #5CE30F. Grayscale: #5B5B5B. Windows color (decimal): -6087440 or 15735971. OLE color: 15735971.

HSL color Cylindrical-coordinate representation of color #A31CF0: hue angle of 278.21º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A31CF0 is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 163 28 240 -
CMYK 0.32 0.88 0 0.06
HSL 278.21º 0.88% 0.53% -
HSV(B) 278.21º 0.88% 0.94% -
XYZ 31.25 14.91 83.67 -
YUV 92.53 211.23 178.26 -
System Red Green Blue C M Y K H S L
Decimal 163 28 240 0.32 0.88 0 0.06 278.21 0.88 0.53
Hex A3 1C F0 20 58 0 6 116 58 35
Octal 243 34 360 40 130 0 6 426 130 65
Binary 10100011 11100 11110000 100000 1011000 0 110 100010110 1011000 110101

Color Harmonies of #A31CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31CF0

Black with #A31CF0

Text Example


Text Example

White with #A31CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31CF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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