Html Css Color HEX #AC1CFF Electric Purple

📋 copy color: '#AC1CFF'

red 172 ◦ green 28 ◦ blue 255

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

Shades of Electric Purple #AC1CFF

Tints of Electric Purple #AC1CFF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.15%

 BLUE value IS 255 (100% from 255) = 56.04%

R = 37.8%
G = 6.15%
B = 56.04%

CMYK

 C value IS 0.33

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AC1CFF (or 0xAC1CFF) is known color: Electric Purple. HEX triplet: AC, 1C and FF. RGB value is (172,28,255). Sum of RGB (Red+Green+Blue) = 172+28+255=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 28 (11.33% from 255 or 6.15% from 455); Blue value is 255 (100% from 255 or 56.04% from 455); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC1CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC1CFF is #53E300. Grayscale: #606060. Windows color (decimal): -5497601 or 16719020. OLE color: 16719020.

HSL color Cylindrical-coordinate representation of color #AC1CFF: hue angle of 278.06º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC1CFF is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 172 28 255 -
CMYK 0.33 0.89 0 0
HSL 278.06º 1% 0.55% -
HSV(B) 278.06º 0.89% 1% -
XYZ 35.48 16.82 95.98 -
YUV 96.93 217.21 181.54 -
System Red Green Blue C M Y K H S L
Decimal 172 28 255 0.33 0.89 0 0 278.06 1 0.55
Hex AC 1C FF 21 59 0 0 116 64 37
Octal 254 34 377 41 131 0 0 426 144 67
Binary 10101100 11100 11111111 100001 1011001 0 0 100010110 1100100 110111

Color Harmonies of #AC1CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1CFF

Black with #AC1CFF

Text Example


Text Example

White with #AC1CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1CFF; }

 p { color: rgb(172,28,255); }

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

background-color css

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

 a { background-color: rgb(172,28,255); }

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

border-color css

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

 span { border-color: rgb(172,28,255); }

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