Html Css Color HEX #AC15FE Electric Purple

📋 copy color: '#AC15FE'

red 172 ◦ green 21 ◦ blue 254

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

Shades of Electric Purple #AC15FE

Tints of Electric Purple #AC15FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 56.82%

R = 38.48%
G = 4.7%
B = 56.82%

CMYK

 C value IS 0.32

 M value IS 0.92

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AC15FE (or 0xAC15FE) is known color: Electric Purple. HEX triplet: AC, 15 and FE. RGB value is (172,21,254). Sum of RGB (Red+Green+Blue) = 172+21+254=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 21 (8.59% from 255 or 4.70% from 447); Blue value is 254 (99.61% from 255 or 56.82% from 447); Max value from RGB is 254 - color contains mainly: blue. Hex color #AC15FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC15FE is #53EA01. Grayscale: #5B5B5B. Windows color (decimal): -5499394 or 16651692. OLE color: 16651692.

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

Color convert

RGB 172 21 254 -
CMYK 0.32 0.92 0 0.00
HSL 278.88º 0.99% 0.54% -
HSV(B) 278.88º 0.92% 1% -
XYZ 35.17 16.46 95.09 -
YUV 92.71 219.03 184.55 -
System Red Green Blue C M Y K H S L
Decimal 172 21 254 0.32 0.92 0 0.00 278.88 0.99 0.54
Hex AC 15 FE 20 5C 0 0 117 63 36
Octal 254 25 376 40 134 0 0 427 143 66
Binary 10101100 10101 11111110 100000 1011100 0 0 100010111 1100011 110110

Color Harmonies of #AC15FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC15FE

Black with #AC15FE

Text Example


Text Example

White with #AC15FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC15FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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