Html Css Color HEX #AC31ED Blue Violet

📋 copy color: '#AC31ED'

red 172 ◦ green 49 ◦ blue 237

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

Shades of Blue Violet #AC31ED

Tints of Blue Violet #AC31ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 51.75%

R = 37.55%
G = 10.7%
B = 51.75%

CMYK

 C value IS 0.27

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC31ED (or 0xAC31ED) is known color: Blue Violet. HEX triplet: AC, 31 and ED. RGB value is (172,49,237). Sum of RGB (Red+Green+Blue) = 172+49+237=458 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.55% from 458); Green value is 49 (19.53% from 255 or 10.70% from 458); Blue value is 237 (92.97% from 255 or 51.75% from 458); Max value from RGB is 237 - color contains mainly: blue. Hex color #AC31ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC31ED is #53CE12. Grayscale: #6A6A6A. Windows color (decimal): -5492243 or 15544748. OLE color: 15544748.

HSL color Cylindrical-coordinate representation of color #AC31ED: hue angle of 279.26º degrees, saturation: 0.84, 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 #AC31ED is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 49 237 -
CMYK 0.27 0.79 0 0.07
HSL 279.26º 0.84% 0.56% -
HSV(B) 279.26º 0.79% 0.93% -
XYZ 33.4 17.08 81.66 -
YUV 107.21 201.25 174.21 -
System Red Green Blue C M Y K H S L
Decimal 172 49 237 0.27 0.79 0 0.07 279.26 0.84 0.56
Hex AC 31 ED 1B 4F 0 7 117 54 38
Octal 254 61 355 33 117 0 7 427 124 70
Binary 10101100 110001 11101101 11011 1001111 0 111 100010111 1010100 111000

Color Harmonies of #AC31ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC31ED

Black with #AC31ED

Text Example


Text Example

White with #AC31ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC31ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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