Html Css Color HEX #A31FE3 Blue Violet

📋 copy color: '#A31FE3'

red 163 ◦ green 31 ◦ blue 227

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

Shades of Blue Violet #A31FE3

Tints of Blue Violet #A31FE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 53.92%

R = 38.72%
G = 7.36%
B = 53.92%

CMYK

 C value IS 0.28

 M value IS 0.86

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A31FE3 (or 0xA31FE3) is known color: Blue Violet. HEX triplet: A3, 1F and E3. RGB value is (163,31,227). Sum of RGB (Red+Green+Blue) = 163+31+227=421 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.72% from 421); Green value is 31 (12.5% from 255 or 7.36% from 421); Blue value is 227 (89.06% from 255 or 53.92% from 421); Max value from RGB is 227 - color contains mainly: blue. Hex color #A31FE3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31FE3 is #5CE01C. Grayscale: #5C5C5C. Windows color (decimal): -6086685 or 14884771. OLE color: 14884771.

HSL color Cylindrical-coordinate representation of color #A31FE3: hue angle of 280.41º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A31FE3 is Cyan = 0.28, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 163 31 227 -
CMYK 0.28 0.86 0 0.11
HSL 280.41º 0.78% 0.51% -
HSV(B) 280.41º 0.86% 0.89% -
XYZ 29.46 14.31 73.88 -
YUV 92.81 203.73 178.06 -
System Red Green Blue C M Y K H S L
Decimal 163 31 227 0.28 0.86 0 0.11 280.41 0.78 0.51
Hex A3 1F E3 1C 56 0 B 118 4E 33
Octal 243 37 343 34 126 0 13 430 116 63
Binary 10100011 11111 11100011 11100 1010110 0 1011 100011000 1001110 110011

Color Harmonies of #A31FE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31FE3

Black with #A31FE3

Text Example


Text Example

White with #A31FE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31FE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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