Html Css Color HEX #AC31EE Blue Violet

📋 copy color: '#AC31EE'

red 172 ◦ green 49 ◦ blue 238

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

Shades of Blue Violet #AC31EE

Tints of Blue Violet #AC31EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 51.85%

R = 37.47%
G = 10.68%
B = 51.85%

CMYK

 C value IS 0.28

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC31EE (or 0xAC31EE) is known color: Blue Violet. HEX triplet: AC, 31 and EE. RGB value is (172,49,238). Sum of RGB (Red+Green+Blue) = 172+49+238=459 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.47% from 459); Green value is 49 (19.53% from 255 or 10.68% from 459); Blue value is 238 (93.36% from 255 or 51.85% from 459); Max value from RGB is 238 - color contains mainly: blue. Hex color #AC31EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC31EE is #53CE11. Grayscale: #6A6A6A. Windows color (decimal): -5492242 or 15610284. OLE color: 15610284.

HSL color Cylindrical-coordinate representation of color #AC31EE: hue angle of 279.05º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AC31EE is Cyan = 0.28, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 49 238 -
CMYK 0.28 0.79 0 0.07
HSL 279.05º 0.85% 0.56% -
HSV(B) 279.05º 0.79% 0.93% -
XYZ 33.54 17.14 82.43 -
YUV 107.32 201.75 174.13 -
System Red Green Blue C M Y K H S L
Decimal 172 49 238 0.28 0.79 0 0.07 279.05 0.85 0.56
Hex AC 31 EE 1C 4F 0 7 117 55 38
Octal 254 61 356 34 117 0 7 427 125 70
Binary 10101100 110001 11101110 11100 1001111 0 111 100010111 1010101 111000

Color Harmonies of #AC31EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC31EE

Black with #AC31EE

Text Example


Text Example

White with #AC31EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC31EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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