Html Css Color HEX #A631F0 Blue Violet

📋 copy color: '#A631F0'

red 166 ◦ green 49 ◦ blue 240

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

Shades of Blue Violet #A631F0

Tints of Blue Violet #A631F0

RGB

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

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

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

R = 36.48%
G = 10.77%
B = 52.75%

CMYK

 C value IS 0.31

 M value IS 0.80

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A631F0 (or 0xA631F0) is known color: Blue Violet. HEX triplet: A6, 31 and F0. RGB value is (166,49,240). Sum of RGB (Red+Green+Blue) = 166+49+240=455 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.48% from 455); Green value is 49 (19.53% from 255 or 10.77% from 455); Blue value is 240 (94.14% from 255 or 52.75% from 455); Max value from RGB is 240 - color contains mainly: blue. Hex color #A631F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A631F0 is #59CE0F. Grayscale: #696969. Windows color (decimal): -5885456 or 15741350. OLE color: 15741350.

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

Color convert

RGB 166 49 240 -
CMYK 0.31 0.80 0 0.06
HSL 276.75º 0.86% 0.57% -
HSV(B) 276.75º 0.8% 0.94% -
XYZ 32.55 16.59 83.93 -
YUV 105.76 203.76 170.97 -
System Red Green Blue C M Y K H S L
Decimal 166 49 240 0.31 0.80 0 0.06 276.75 0.86 0.57
Hex A6 31 F0 1F 50 0 6 115 56 39
Octal 246 61 360 37 120 0 6 425 126 71
Binary 10100110 110001 11110000 11111 1010000 0 110 100010101 1010110 111001

Color Harmonies of #A631F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A631F0

Black with #A631F0

Text Example


Text Example

White with #A631F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A631F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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