Html Css Color HEX #A631F1 Blue Violet

📋 copy color: '#A631F1'

red 166 ◦ green 49 ◦ blue 241

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

Shades of Blue Violet #A631F1

Tints of Blue Violet #A631F1

RGB

 RED value IS 166 (65.23% from 255) = 36.4%

 GREEN value IS 49 (19.53% from 255) = 10.75%

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

R = 36.4%
G = 10.75%
B = 52.85%

CMYK

 C value IS 0.31

 M value IS 0.80

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A631F1 (or 0xA631F1) is known color: Blue Violet. HEX triplet: A6, 31 and F1. RGB value is (166,49,241). Sum of RGB (Red+Green+Blue) = 166+49+241=456 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.40% from 456); Green value is 49 (19.53% from 255 or 10.75% from 456); Blue value is 241 (94.53% from 255 or 52.85% from 456); Max value from RGB is 241 - color contains mainly: blue. Hex color #A631F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A631F1 is #59CE0E. Grayscale: #696969. Windows color (decimal): -5885455 or 15806886. OLE color: 15806886.

HSL color Cylindrical-coordinate representation of color #A631F1: hue angle of 276.56º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A631F1 is Cyan = 0.31, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 166 49 241 -
CMYK 0.31 0.80 0 0.05
HSL 276.56º 0.87% 0.57% -
HSV(B) 276.56º 0.8% 0.95% -
XYZ 32.7 16.65 84.71 -
YUV 105.87 204.26 170.89 -
System Red Green Blue C M Y K H S L
Decimal 166 49 241 0.31 0.80 0 0.05 276.56 0.87 0.57
Hex A6 31 F1 1F 50 0 5 115 57 39
Octal 246 61 361 37 120 0 5 425 127 71
Binary 10100110 110001 11110001 11111 1010000 0 101 100010101 1010111 111001

Color Harmonies of #A631F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A631F1

Black with #A631F1

Text Example


Text Example

White with #A631F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A631F1; }

 p { color: rgb(166,49,241); }

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

background-color css

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

 a { background-color: rgb(166,49,241); }

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

border-color css

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

 span { border-color: rgb(166,49,241); }

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