Html Css Color HEX #A831FF Blue Violet

📋 copy color: '#A831FF'

red 168 ◦ green 49 ◦ blue 255

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

Shades of Blue Violet #A831FF

Tints of Blue Violet #A831FF

RGB

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

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

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

R = 35.59%
G = 10.38%
B = 54.03%

CMYK

 C value IS 0.34

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A831FF (or 0xA831FF) is known color: Blue Violet. HEX triplet: A8, 31 and FF. RGB value is (168,49,255). Sum of RGB (Red+Green+Blue) = 168+49+255=472 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.59% from 472); Green value is 49 (19.53% from 255 or 10.38% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #A831FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A831FF is #57CE00. Grayscale: #6B6B6B. Windows color (decimal): -5754369 or 16724392. OLE color: 16724392.

HSL color Cylindrical-coordinate representation of color #A831FF: hue angle of 274.66º 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 #A831FF is Cyan = 0.34, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 168 49 255 -
CMYK 0.34 0.81 0 0
HSL 274.66º 1% 0.6% -
HSV(B) 274.66º 0.81% 1% -
XYZ 35.3 17.74 96.17 -
YUV 108.07 210.92 170.75 -
System Red Green Blue C M Y K H S L
Decimal 168 49 255 0.34 0.81 0 0 274.66 1 0.6
Hex A8 31 FF 22 51 0 0 113 64 3C
Octal 250 61 377 42 121 0 0 423 144 74
Binary 10101000 110001 11111111 100010 1010001 0 0 100010011 1100100 111100

Color Harmonies of #A831FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A831FF

Black with #A831FF

Text Example


Text Example

White with #A831FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A831FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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