Html Css Color HEX #AC16ED Electric Purple

📋 copy color: '#AC16ED'

red 172 ◦ green 22 ◦ blue 237

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

Shades of Electric Purple #AC16ED

Tints of Electric Purple #AC16ED

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.1%

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

R = 39.91%
G = 5.1%
B = 54.99%

CMYK

 C value IS 0.27

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC16ED (or 0xAC16ED) is known color: Electric Purple. HEX triplet: AC, 16 and ED. RGB value is (172,22,237). Sum of RGB (Red+Green+Blue) = 172+22+237=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 22 (8.98% from 255 or 5.10% from 431); Blue value is 237 (92.97% from 255 or 54.99% from 431); Max value from RGB is 237 - color contains mainly: blue. Hex color #AC16ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC16ED is #53E912. Grayscale: #5A5A5A. Windows color (decimal): -5499155 or 15537836. OLE color: 15537836.

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

Color convert

RGB 172 22 237 -
CMYK 0.27 0.91 0 0.07
HSL 281.86º 0.86% 0.51% -
HSV(B) 281.86º 0.91% 0.93% -
XYZ 32.59 15.46 81.39 -
YUV 91.36 210.2 185.52 -
System Red Green Blue C M Y K H S L
Decimal 172 22 237 0.27 0.91 0 0.07 281.86 0.86 0.51
Hex AC 16 ED 1B 5B 0 7 11A 56 33
Octal 254 26 355 33 133 0 7 432 126 63
Binary 10101100 10110 11101101 11011 1011011 0 111 100011010 1010110 110011

Color Harmonies of #AC16ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC16ED

Black with #AC16ED

Text Example


Text Example

White with #AC16ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC16ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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