#AC1DF0

Color #AC1DF0 Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #AC1DF0

Tints of Electric Purple #AC1DF0

Color information

#AC1DF0 (or 0xAC1DF0) is unknown color: approx Electric Purple. HEX triplet: AC, 1D and F0. RGB value is (172,29,240). Sum of RGB (Red+Green+Blue) = 172+29+240=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 29 (11.72% from 255 or 6.58% from 441); Blue value is 240 (94.14% from 255 or 54.42% from 441); Max value from RGB is 240 - color contains mainly: blue. Hex color #AC1DF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC1DF0 is #53E20F. Grayscale: #5F5F5F. Windows color (decimal): -5497360 or 15736236. OLE color: 15736236.

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

Color convert

RGB17229240-
CMYK0.280.8800.06
HSL280.66º87.55%52.75%-
HSV(B)280.66º87.92%94.12%-
XYZ33.1815.9483.77-
YUV95.81209.38182.34-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.00%
GREEN value IS 29 (11.72% from 255) = 6.58%
BLUE value IS 240 (94.14% from 255) = 54.42%
R=39.00%
G=6.58%
B=54.42%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal172292400.280.8800.06280.6687.5552.75
HexAC1DF01C58061195835
Octal25435360341300643113065
Binary10101100111011111000011100101100001101000110011011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1DF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1DF0; }

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

 H1.HeaderClassName
 {
   color: #AC1DF0;
 }
 .AnyTagClassName
 {
   color: #AC1DF0;
 }
</style>
background-color css

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

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

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

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

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

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