Html Css Color HEX #AC31F1 Blue Violet

📋 copy color: '#AC31F1'

red 172 ◦ green 49 ◦ blue 241

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

Shades of Blue Violet #AC31F1

Tints of Blue Violet #AC31F1

RGB

 RED value IS 172 (67.58% from 255) = 37.23%

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

 BLUE value IS 241 (94.53% from 255) = 52.16%

R = 37.23%
G = 10.61%
B = 52.16%

CMYK

 C value IS 0.29

 M value IS 0.80

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AC31F1 (or 0xAC31F1) is known color: Blue Violet. HEX triplet: AC, 31 and F1. RGB value is (172,49,241). Sum of RGB (Red+Green+Blue) = 172+49+241=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 49 (19.53% from 255 or 10.61% from 462); Blue value is 241 (94.53% from 255 or 52.16% from 462); Max value from RGB is 241 - color contains mainly: blue. Hex color #AC31F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC31F1 is #53CE0E. Grayscale: #6B6B6B. Windows color (decimal): -5492239 or 15806892. OLE color: 15806892.

HSL color Cylindrical-coordinate representation of color #AC31F1: hue angle of 278.44º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC31F1 is Cyan = 0.29, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 49 241 -
CMYK 0.29 0.80 0 0.05
HSL 278.44º 0.87% 0.57% -
HSV(B) 278.44º 0.8% 0.95% -
XYZ 33.99 17.32 84.77 -
YUV 107.67 203.25 173.89 -
System Red Green Blue C M Y K H S L
Decimal 172 49 241 0.29 0.80 0 0.05 278.44 0.87 0.57
Hex AC 31 F1 1D 50 0 5 116 57 39
Octal 254 61 361 35 120 0 5 426 127 71
Binary 10101100 110001 11110001 11101 1010000 0 101 100010110 1010111 111001

Color Harmonies of #AC31F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC31F1

Black with #AC31F1

Text Example


Text Example

White with #AC31F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC31F1; }

 p { color: rgb(172,49,241); }

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

background-color css

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

 a { background-color: rgb(172,49,241); }

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

border-color css

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

 span { border-color: rgb(172,49,241); }

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