Html Css Color HEX #AC15FF Electric Purple

📋 copy color: '#AC15FF'

red 172 ◦ green 21 ◦ blue 255

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

Shades of Electric Purple #AC15FF

Tints of Electric Purple #AC15FF

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.69%

 BLUE value IS 255 (100% from 255) = 56.92%

R = 38.39%
G = 4.69%
B = 56.92%

CMYK

 C value IS 0.33

 M value IS 0.92

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AC15FF (or 0xAC15FF) is known color: Electric Purple. HEX triplet: AC, 15 and FF. RGB value is (172,21,255). Sum of RGB (Red+Green+Blue) = 172+21+255=448 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.39% from 448); Green value is 21 (8.59% from 255 or 4.69% from 448); Blue value is 255 (100% from 255 or 56.92% from 448); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC15FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC15FF is #53EA00. Grayscale: #5C5C5C. Windows color (decimal): -5499393 or 16717228. OLE color: 16717228.

HSL color Cylindrical-coordinate representation of color #AC15FF: hue angle of 278.72º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC15FF is Cyan = 0.33, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 172 21 255 -
CMYK 0.33 0.92 0 0
HSL 278.72º 1% 0.54% -
HSV(B) 278.72º 0.92% 1% -
XYZ 35.33 16.53 95.94 -
YUV 92.83 219.53 184.47 -
System Red Green Blue C M Y K H S L
Decimal 172 21 255 0.33 0.92 0 0 278.72 1 0.54
Hex AC 15 FF 21 5C 0 0 117 64 36
Octal 254 25 377 41 134 0 0 427 144 66
Binary 10101100 10101 11111111 100001 1011100 0 0 100010111 1100100 110110

Color Harmonies of #AC15FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC15FF

Black with #AC15FF

Text Example


Text Example

White with #AC15FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC15FF; }

 p { color: rgb(172,21,255); }

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

background-color css

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

 a { background-color: rgb(172,21,255); }

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

border-color css

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

 span { border-color: rgb(172,21,255); }

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