Html Css Color HEX #AC06FE Electric Purple

📋 copy color: '#AC06FE'

red 172 ◦ green 6 ◦ blue 254

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

Shades of Electric Purple #AC06FE

Tints of Electric Purple #AC06FE

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.39%

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

R = 39.81%
G = 1.39%
B = 58.8%

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

#AC06FE (or 0xAC06FE) is known color: Electric Purple. HEX triplet: AC, 06 and FE. RGB value is (172,6,254). Sum of RGB (Red+Green+Blue) = 172+6+254=432 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.81% from 432); Green value is 6 (2.73% from 255 or 1.39% from 432); Blue value is 254 (99.61% from 255 or 58.80% from 432); Max value from RGB is 254 - color contains mainly: blue. Hex color #AC06FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC06FE is #53F901. Grayscale: #535353. Windows color (decimal): -5503234 or 16647852. OLE color: 16647852.

HSL color Cylindrical-coordinate representation of color #AC06FE: hue angle of 280.16º 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 #AC06FE is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 172 6 254 -
CMYK 0.32 0.98 0 0.00
HSL 280.16º 0.99% 0.51% -
HSV(B) 280.16º 0.98% 1% -
XYZ 34.97 16.06 95.02 -
YUV 83.91 224 190.83 -
System Red Green Blue C M Y K H S L
Decimal 172 6 254 0.32 0.98 0 0.00 280.16 0.99 0.51
Hex AC 6 FE 20 62 0 0 118 63 33
Octal 254 6 376 40 142 0 0 430 143 63
Binary 10101100 110 11111110 100000 1100010 0 0 100011000 1100011 110011

Color Harmonies of #AC06FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC06FE

Black with #AC06FE

Text Example


Text Example

White with #AC06FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC06FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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