Html Css Color HEX #AC31F5 Blue Violet

📋 copy color: '#AC31F5'

red 172 ◦ green 49 ◦ blue 245

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

Shades of Blue Violet #AC31F5

Tints of Blue Violet #AC31F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 52.58%

R = 36.91%
G = 10.52%
B = 52.58%

CMYK

 C value IS 0.30

 M value IS 0.8

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AC31F5 (or 0xAC31F5) is known color: Blue Violet. HEX triplet: AC, 31 and F5. RGB value is (172,49,245). Sum of RGB (Red+Green+Blue) = 172+49+245=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 49 (19.53% from 255 or 10.52% from 466); Blue value is 245 (96.09% from 255 or 52.58% from 466); Max value from RGB is 245 - color contains mainly: blue. Hex color #AC31F5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC31F5 is #53CE0A. Grayscale: #6B6B6B. Windows color (decimal): -5492235 or 16069036. OLE color: 16069036.

HSL color Cylindrical-coordinate representation of color #AC31F5: hue angle of 277.65º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC31F5 is Cyan = 0.30, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 49 245 -
CMYK 0.30 0.8 0 0.04
HSL 277.65º 0.91% 0.58% -
HSV(B) 277.65º 0.8% 0.96% -
XYZ 34.59 17.56 87.95 -
YUV 108.12 205.25 173.56 -
System Red Green Blue C M Y K H S L
Decimal 172 49 245 0.30 0.8 0 0.04 277.65 0.91 0.58
Hex AC 31 F5 1E 50 0 4 116 5B 3A
Octal 254 61 365 36 120 0 4 426 133 72
Binary 10101100 110001 11110101 11110 1010000 0 100 100010110 1011011 111010

Color Harmonies of #AC31F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC31F5

Black with #AC31F5

Text Example


Text Example

White with #AC31F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC31F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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