Html Css Color HEX #AC0CFC Electric Purple

📋 copy color: '#AC0CFC'

red 172 ◦ green 12 ◦ blue 252

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

Shades of Electric Purple #AC0CFC

Tints of Electric Purple #AC0CFC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.75%

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

R = 39.45%
G = 2.75%
B = 57.8%

CMYK

 C value IS 0.32

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AC0CFC (or 0xAC0CFC) is known color: Electric Purple. HEX triplet: AC, 0C and FC. RGB value is (172,12,252). Sum of RGB (Red+Green+Blue) = 172+12+252=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 12 (5.08% from 255 or 2.75% from 436); Blue value is 252 (98.83% from 255 or 57.80% from 436); Max value from RGB is 252 - color contains mainly: blue. Hex color #AC0CFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC0CFC is #53F303. Grayscale: #565656. Windows color (decimal): -5501700 or 16518316. OLE color: 16518316.

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

Color convert

RGB 172 12 252 -
CMYK 0.32 0.95 0 0.01
HSL 280º 0.98% 0.52% -
HSV(B) 280º 0.95% 0.99% -
XYZ 34.72 16.06 93.37 -
YUV 87.2 221.01 188.49 -
System Red Green Blue C M Y K H S L
Decimal 172 12 252 0.32 0.95 0 0.01 280 0.98 0.52
Hex AC C FC 20 5F 0 1 118 62 34
Octal 254 14 374 40 137 0 1 430 142 64
Binary 10101100 1100 11111100 100000 1011111 0 1 100011000 1100010 110100

Color Harmonies of #AC0CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0CFC

Black with #AC0CFC

Text Example


Text Example

White with #AC0CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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