Html Css Color HEX #A31AF1 Blue Violet

📋 copy color: '#A31AF1'

red 163 ◦ green 26 ◦ blue 241

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

Shades of Blue Violet #A31AF1

Tints of Blue Violet #A31AF1

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.05%

 BLUE value IS 241 (94.53% from 255) = 56.05%

R = 37.91%
G = 6.05%
B = 56.05%

CMYK

 C value IS 0.32

 M value IS 0.89

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A31AF1 (or 0xA31AF1) is known color: Blue Violet. HEX triplet: A3, 1A and F1. RGB value is (163,26,241). Sum of RGB (Red+Green+Blue) = 163+26+241=430 (56% of max value = 765). Red value is 163 (64.06% from 255 or 37.91% from 430); Green value is 26 (10.55% from 255 or 6.05% from 430); Blue value is 241 (94.53% from 255 or 56.05% from 430); Max value from RGB is 241 - color contains mainly: blue. Hex color #A31AF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A31AF1 is #5CE50E. Grayscale: #5A5A5A. Windows color (decimal): -6087951 or 15800995. OLE color: 15800995.

HSL color Cylindrical-coordinate representation of color #A31AF1: hue angle of 278.23º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A31AF1 is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 163 26 241 -
CMYK 0.32 0.89 0 0.05
HSL 278.23º 0.88% 0.52% -
HSV(B) 278.23º 0.89% 0.95% -
XYZ 31.35 14.88 84.44 -
YUV 91.47 212.39 179.02 -
System Red Green Blue C M Y K H S L
Decimal 163 26 241 0.32 0.89 0 0.05 278.23 0.88 0.52
Hex A3 1A F1 20 59 0 5 116 58 34
Octal 243 32 361 40 131 0 5 426 130 64
Binary 10100011 11010 11110001 100000 1011001 0 101 100010110 1011000 110100

Color Harmonies of #A31AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31AF1

Black with #A31AF1

Text Example


Text Example

White with #A31AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31AF1; }

 p { color: rgb(163,26,241); }

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

background-color css

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

 a { background-color: rgb(163,26,241); }

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

border-color css

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

 span { border-color: rgb(163,26,241); }

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