Html Css Color HEX #AC1DF1 Electric Purple

📋 copy color: '#AC1DF1'

red 172 ◦ green 29 ◦ blue 241

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

Shades of Electric Purple #AC1DF1

Tints of Electric Purple #AC1DF1

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.56%

 BLUE value IS 241 (94.53% from 255) = 54.52%

R = 38.91%
G = 6.56%
B = 54.52%

CMYK

 C value IS 0.29

 M value IS 0.88

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AC1DF1 (or 0xAC1DF1) is known color: Electric Purple. HEX triplet: AC, 1D and F1. RGB value is (172,29,241). Sum of RGB (Red+Green+Blue) = 172+29+241=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 29 (11.72% from 255 or 6.56% from 442); Blue value is 241 (94.53% from 255 or 54.52% from 442); Max value from RGB is 241 - color contains mainly: blue. Hex color #AC1DF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC1DF1 is #53E20E. Grayscale: #5F5F5F. Windows color (decimal): -5497359 or 15801772. OLE color: 15801772.

HSL color Cylindrical-coordinate representation of color #AC1DF1: hue angle of 280.47º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC1DF1 is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 29 241 -
CMYK 0.29 0.88 0 0.05
HSL 280.47º 0.88% 0.53% -
HSV(B) 280.47º 0.88% 0.95% -
XYZ 33.33 16 84.55 -
YUV 95.93 209.88 182.26 -
System Red Green Blue C M Y K H S L
Decimal 172 29 241 0.29 0.88 0 0.05 280.47 0.88 0.53
Hex AC 1D F1 1D 58 0 5 118 58 35
Octal 254 35 361 35 130 0 5 430 130 65
Binary 10101100 11101 11110001 11101 1011000 0 101 100011000 1011000 110101

Color Harmonies of #AC1DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1DF1

Black with #AC1DF1

Text Example


Text Example

White with #AC1DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1DF1; }

 p { color: rgb(172,29,241); }

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

background-color css

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

 a { background-color: rgb(172,29,241); }

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

border-color css

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

 span { border-color: rgb(172,29,241); }

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