Html Css Color HEX #A631FC Blue Violet

📋 copy color: '#A631FC'

red 166 ◦ green 49 ◦ blue 252

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

Shades of Blue Violet #A631FC

Tints of Blue Violet #A631FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 53.96%

R = 35.55%
G = 10.49%
B = 53.96%

CMYK

 C value IS 0.34

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A631FC (or 0xA631FC) is known color: Blue Violet. HEX triplet: A6, 31 and FC. RGB value is (166,49,252). Sum of RGB (Red+Green+Blue) = 166+49+252=467 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.55% from 467); Green value is 49 (19.53% from 255 or 10.49% from 467); Blue value is 252 (98.83% from 255 or 53.96% from 467); Max value from RGB is 252 - color contains mainly: blue. Hex color #A631FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A631FC is #59CE03. Grayscale: #6A6A6A. Windows color (decimal): -5885444 or 16527782. OLE color: 16527782.

HSL color Cylindrical-coordinate representation of color #A631FC: hue angle of 274.58º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A631FC is Cyan = 0.34, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 166 49 252 -
CMYK 0.34 0.81 0 0.01
HSL 274.58º 0.97% 0.59% -
HSV(B) 274.58º 0.81% 0.99% -
XYZ 34.39 17.33 93.63 -
YUV 107.13 209.76 169.99 -
System Red Green Blue C M Y K H S L
Decimal 166 49 252 0.34 0.81 0 0.01 274.58 0.97 0.59
Hex A6 31 FC 22 51 0 1 113 61 3B
Octal 246 61 374 42 121 0 1 423 141 73
Binary 10100110 110001 11111100 100010 1010001 0 1 100010011 1100001 111011

Color Harmonies of #A631FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A631FC

Black with #A631FC

Text Example


Text Example

White with #A631FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A631FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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