Html Css Color HEX #AC08FE Electric Purple

📋 copy color: '#AC08FE'

red 172 ◦ green 8 ◦ blue 254

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

Shades of Electric Purple #AC08FE

Tints of Electric Purple #AC08FE

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.84%

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

R = 39.63%
G = 1.84%
B = 58.53%

CMYK

 C value IS 0.32

 M value IS 0.97

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AC08FE (or 0xAC08FE) is known color: Electric Purple. HEX triplet: AC, 08 and FE. RGB value is (172,8,254). Sum of RGB (Red+Green+Blue) = 172+8+254=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 8 (3.52% from 255 or 1.84% from 434); Blue value is 254 (99.61% from 255 or 58.53% from 434); Max value from RGB is 254 - color contains mainly: blue. Hex color #AC08FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC08FE is #53F701. Grayscale: #545454. Windows color (decimal): -5502722 or 16648364. OLE color: 16648364.

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

Color convert

RGB 172 8 254 -
CMYK 0.32 0.97 0 0.00
HSL 280º 0.99% 0.51% -
HSV(B) 280º 0.97% 1% -
XYZ 34.99 16.1 95.03 -
YUV 85.08 223.33 190 -
System Red Green Blue C M Y K H S L
Decimal 172 8 254 0.32 0.97 0 0.00 280 0.99 0.51
Hex AC 8 FE 20 61 0 0 118 63 33
Octal 254 10 376 40 141 0 0 430 143 63
Binary 10101100 1000 11111110 100000 1100001 0 0 100011000 1100011 110011

Color Harmonies of #AC08FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC08FE

Black with #AC08FE

Text Example


Text Example

White with #AC08FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC08FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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