Html Css Color HEX #AC20ED Blue Violet

📋 copy color: '#AC20ED'

red 172 ◦ green 32 ◦ blue 237

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

Shades of Blue Violet #AC20ED

Tints of Blue Violet #AC20ED

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.26%

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

R = 39%
G = 7.26%
B = 53.74%

CMYK

 C value IS 0.27

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC20ED (or 0xAC20ED) is known color: Blue Violet. HEX triplet: AC, 20 and ED. RGB value is (172,32,237). Sum of RGB (Red+Green+Blue) = 172+32+237=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 32 (12.89% from 255 or 7.26% from 441); Blue value is 237 (92.97% from 255 or 53.74% from 441); Max value from RGB is 237 - color contains mainly: blue. Hex color #AC20ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC20ED is #53DF12. Grayscale: #606060. Windows color (decimal): -5496595 or 15540396. OLE color: 15540396.

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

Color convert

RGB 172 32 237 -
CMYK 0.27 0.86 0 0.07
HSL 280.98º 0.85% 0.53% -
HSV(B) 280.98º 0.86% 0.93% -
XYZ 32.82 15.92 81.46 -
YUV 97.23 206.88 181.33 -
System Red Green Blue C M Y K H S L
Decimal 172 32 237 0.27 0.86 0 0.07 280.98 0.85 0.53
Hex AC 20 ED 1B 56 0 7 119 55 35
Octal 254 40 355 33 126 0 7 431 125 65
Binary 10101100 100000 11101101 11011 1010110 0 111 100011001 1010101 110101

Color Harmonies of #AC20ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC20ED

Black with #AC20ED

Text Example


Text Example

White with #AC20ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC20ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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