Html Css Color HEX #AC1FFF Electric Purple

📋 copy color: '#AC1FFF'

red 172 ◦ green 31 ◦ blue 255

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

Shades of Electric Purple #AC1FFF

Tints of Electric Purple #AC1FFF

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.77%

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

R = 37.55%
G = 6.77%
B = 55.68%

CMYK

 C value IS 0.33

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AC1FFF (or 0xAC1FFF) is known color: Electric Purple. HEX triplet: AC, 1F and FF. RGB value is (172,31,255). Sum of RGB (Red+Green+Blue) = 172+31+255=458 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.55% from 458); Green value is 31 (12.5% from 255 or 6.77% from 458); Blue value is 255 (100% from 255 or 55.68% from 458); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC1FFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC1FFF is #53E000. Grayscale: #616161. Windows color (decimal): -5496833 or 16719788. OLE color: 16719788.

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

Color convert

RGB 172 31 255 -
CMYK 0.33 0.88 0 0
HSL 277.77º 1% 0.56% -
HSV(B) 277.77º 0.88% 1% -
XYZ 35.55 16.97 96.01 -
YUV 98.7 216.21 180.29 -
System Red Green Blue C M Y K H S L
Decimal 172 31 255 0.33 0.88 0 0 277.77 1 0.56
Hex AC 1F FF 21 58 0 0 116 64 38
Octal 254 37 377 41 130 0 0 426 144 70
Binary 10101100 11111 11111111 100001 1011000 0 0 100010110 1100100 111000

Color Harmonies of #AC1FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1FFF

Black with #AC1FFF

Text Example


Text Example

White with #AC1FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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