Html Css Color HEX #A831F4 Blue Violet

📋 copy color: '#A831F4'

red 168 ◦ green 49 ◦ blue 244

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

Shades of Blue Violet #A831F4

Tints of Blue Violet #A831F4

RGB

 RED value IS 168 (66.02% from 255) = 36.44%

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

 BLUE value IS 244 (95.7% from 255) = 52.93%

R = 36.44%
G = 10.63%
B = 52.93%

CMYK

 C value IS 0.31

 M value IS 0.80

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A831F4 (or 0xA831F4) is known color: Blue Violet. HEX triplet: A8, 31 and F4. RGB value is (168,49,244). Sum of RGB (Red+Green+Blue) = 168+49+244=461 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.44% from 461); Green value is 49 (19.53% from 255 or 10.63% from 461); Blue value is 244 (95.70% from 255 or 52.93% from 461); Max value from RGB is 244 - color contains mainly: blue. Hex color #A831F4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A831F4 is #57CE0B. Grayscale: #6A6A6A. Windows color (decimal): -5754380 or 16003496. OLE color: 16003496.

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

Color convert

RGB 168 49 244 -
CMYK 0.31 0.80 0 0.04
HSL 276.62º 0.9% 0.57% -
HSV(B) 276.62º 0.8% 0.96% -
XYZ 33.58 17.05 87.11 -
YUV 106.81 205.42 171.64 -
System Red Green Blue C M Y K H S L
Decimal 168 49 244 0.31 0.80 0 0.04 276.62 0.9 0.57
Hex A8 31 F4 1F 50 0 4 115 5A 39
Octal 250 61 364 37 120 0 4 425 132 71
Binary 10101000 110001 11110100 11111 1010000 0 100 100010101 1011010 111001

Color Harmonies of #A831F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A831F4

Black with #A831F4

Text Example


Text Example

White with #A831F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A831F4; }

 p { color: rgb(168,49,244); }

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

background-color css

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

 a { background-color: rgb(168,49,244); }

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

border-color css

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

 span { border-color: rgb(168,49,244); }

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