Html Css Color HEX #A631FF Blue Violet

📋 copy color: '#A631FF'

red 166 ◦ green 49 ◦ blue 255

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

Shades of Blue Violet #A631FF

Tints of Blue Violet #A631FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 54.26%

R = 35.32%
G = 10.43%
B = 54.26%

CMYK

 C value IS 0.35

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A631FF (or 0xA631FF) is known color: Blue Violet. HEX triplet: A6, 31 and FF. RGB value is (166,49,255). Sum of RGB (Red+Green+Blue) = 166+49+255=470 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.32% from 470); Green value is 49 (19.53% from 255 or 10.43% from 470); Blue value is 255 (100% from 255 or 54.26% from 470); Max value from RGB is 255 - color contains mainly: blue. Hex color #A631FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A631FF is #59CE00. Grayscale: #6A6A6A. Windows color (decimal): -5885441 or 16724390. OLE color: 16724390.

HSL color Cylindrical-coordinate representation of color #A631FF: hue angle of 274.08º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A631FF is Cyan = 0.35, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 166 49 255 -
CMYK 0.35 0.81 0 0
HSL 274.08º 1% 0.6% -
HSV(B) 274.08º 0.81% 1% -
XYZ 34.87 17.52 96.15 -
YUV 107.47 211.26 169.75 -
System Red Green Blue C M Y K H S L
Decimal 166 49 255 0.35 0.81 0 0 274.08 1 0.6
Hex A6 31 FF 23 51 0 0 112 64 3C
Octal 246 61 377 43 121 0 0 422 144 74
Binary 10100110 110001 11111111 100011 1010001 0 0 100010010 1100100 111100

Color Harmonies of #A631FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A631FF

Black with #A631FF

Text Example


Text Example

White with #A631FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A631FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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