Html Css Color HEX #AC20EF Blue Violet

📋 copy color: '#AC20EF'

red 172 ◦ green 32 ◦ blue 239

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

Shades of Blue Violet #AC20EF

Tints of Blue Violet #AC20EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 53.95%

R = 38.83%
G = 7.22%
B = 53.95%

CMYK

 C value IS 0.28

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AC20EF (or 0xAC20EF) is known color: Blue Violet. HEX triplet: AC, 20 and EF. RGB value is (172,32,239). Sum of RGB (Red+Green+Blue) = 172+32+239=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 32 (12.89% from 255 or 7.22% from 443); Blue value is 239 (93.75% from 255 or 53.95% from 443); Max value from RGB is 239 - color contains mainly: blue. Hex color #AC20EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC20EF is #53DF10. Grayscale: #606060. Windows color (decimal): -5496593 or 15671468. OLE color: 15671468.

HSL color Cylindrical-coordinate representation of color #AC20EF: hue angle of 280.58º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC20EF is Cyan = 0.28, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 32 239 -
CMYK 0.28 0.87 0 0.06
HSL 280.58º 0.87% 0.53% -
HSV(B) 280.58º 0.87% 0.94% -
XYZ 33.11 16.04 83.01 -
YUV 97.46 207.88 181.17 -
System Red Green Blue C M Y K H S L
Decimal 172 32 239 0.28 0.87 0 0.06 280.58 0.87 0.53
Hex AC 20 EF 1C 57 0 6 119 57 35
Octal 254 40 357 34 127 0 6 431 127 65
Binary 10101100 100000 11101111 11100 1010111 0 110 100011001 1010111 110101

Color Harmonies of #AC20EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC20EF

Black with #AC20EF

Text Example


Text Example

White with #AC20EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC20EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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