Html Css Color HEX #AC06FC Electric Purple

📋 copy color: '#AC06FC'

red 172 ◦ green 6 ◦ blue 252

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

Shades of Electric Purple #AC06FC

Tints of Electric Purple #AC06FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 58.6%

R = 40%
G = 1.4%
B = 58.6%

CMYK

 C value IS 0.32

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AC06FC (or 0xAC06FC) is known color: Electric Purple. HEX triplet: AC, 06 and FC. RGB value is (172,6,252). Sum of RGB (Red+Green+Blue) = 172+6+252=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 6 (2.73% from 255 or 1.40% from 430); Blue value is 252 (98.83% from 255 or 58.60% from 430); Max value from RGB is 252 - color contains mainly: blue. Hex color #AC06FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC06FC is #53F903. Grayscale: #525252. Windows color (decimal): -5503236 or 16516780. OLE color: 16516780.

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

Color convert

RGB 172 6 252 -
CMYK 0.32 0.98 0 0.01
HSL 280.49º 0.98% 0.51% -
HSV(B) 280.49º 0.98% 0.99% -
XYZ 34.65 15.93 93.34 -
YUV 83.68 223 191 -
System Red Green Blue C M Y K H S L
Decimal 172 6 252 0.32 0.98 0 0.01 280.49 0.98 0.51
Hex AC 6 FC 20 62 0 1 118 62 33
Octal 254 6 374 40 142 0 1 430 142 63
Binary 10101100 110 11111100 100000 1100010 0 1 100011000 1100010 110011

Color Harmonies of #AC06FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC06FC

Black with #AC06FC

Text Example


Text Example

White with #AC06FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC06FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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