#AC18F9

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

Shades of Electric Purple #AC18F9

Tints of Electric Purple #AC18F9

Color information

#AC18F9 (or 0xAC18F9) is unknown color: approx Electric Purple. HEX triplet: AC, 18 and F9. RGB value is (172,24,249). Sum of RGB (Red+Green+Blue) = 172+24+249=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 24 (9.77% from 255 or 5.39% from 445); Blue value is 249 (97.66% from 255 or 55.96% from 445); Max value from RGB is 249 - color contains mainly: blue. Hex color #AC18F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC18F9 is #53E706. Grayscale: #5D5D5D. Windows color (decimal): -5498631 or 16324780. OLE color: 16324780.

HSL color Cylindrical-coordinate representation of color #AC18F9: hue angle of 279.47º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC18F9 is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB17224249-
CMYK0.310.9000.02
HSL279.47º94.94%53.53%-
HSV(B)279.47º90.36%97.65%-
XYZ34.4416.2690.95-
YUV93.9215.53183.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.65%
GREEN value IS 24 (9.77% from 255) = 5.39%
BLUE value IS 249 (97.66% from 255) = 55.96%
R=38.65%
G=5.39%
B=55.96%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal172242490.310.9000.02279.4794.9453.53
HexAC18F91F5A021175f36
Octal25430371371320242713766
Binary1010110011000111110011111110110100101000101111011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC18F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC18F9; }

 p { color: rgb(172,24,249); }

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

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

 a { background-color: rgb(172,24,249); }

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

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

 span { border-color: rgb(172,24,249); }

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