Html Css Color HEX #AC04FE Electric Purple

📋 copy color: '#AC04FE'

red 172 ◦ green 4 ◦ blue 254

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

Shades of Electric Purple #AC04FE

Tints of Electric Purple #AC04FE

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.93%

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

R = 40%
G = 0.93%
B = 59.07%

CMYK

 C value IS 0.32

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AC04FE (or 0xAC04FE) is known color: Electric Purple. HEX triplet: AC, 04 and FE. RGB value is (172,4,254). Sum of RGB (Red+Green+Blue) = 172+4+254=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 4 (1.95% from 255 or 0.93% from 430); Blue value is 254 (99.61% from 255 or 59.07% from 430); Max value from RGB is 254 - color contains mainly: blue. Hex color #AC04FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC04FE is #53FB01. Grayscale: #515151. Windows color (decimal): -5503746 or 16647340. OLE color: 16647340.

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

Color convert

RGB 172 4 254 -
CMYK 0.32 0.98 0 0.00
HSL 280.32º 0.99% 0.51% -
HSV(B) 280.32º 0.98% 1% -
XYZ 34.95 16.01 95.01 -
YUV 82.73 224.66 191.67 -
System Red Green Blue C M Y K H S L
Decimal 172 4 254 0.32 0.98 0 0.00 280.32 0.99 0.51
Hex AC 4 FE 20 62 0 0 118 63 33
Octal 254 4 376 40 142 0 0 430 143 63
Binary 10101100 100 11111110 100000 1100010 0 0 100011000 1100011 110011

Color Harmonies of #AC04FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC04FE

Black with #AC04FE

Text Example


Text Example

White with #AC04FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC04FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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