Html Css Color HEX #AC18FA Electric Purple

📋 copy color: '#AC18FA'

red 172 ◦ green 24 ◦ blue 250

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

Shades of Electric Purple #AC18FA

Tints of Electric Purple #AC18FA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.38%

 BLUE value IS 250 (98.05% from 255) = 56.05%

R = 38.57%
G = 5.38%
B = 56.05%

CMYK

 C value IS 0.31

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AC18FA (or 0xAC18FA) is known color: Electric Purple. HEX triplet: AC, 18 and FA. RGB value is (172,24,250). Sum of RGB (Red+Green+Blue) = 172+24+250=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 24 (9.77% from 255 or 5.38% from 446); Blue value is 250 (98.05% from 255 or 56.05% from 446); Max value from RGB is 250 - color contains mainly: blue. Hex color #AC18FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC18FA is #53E705. Grayscale: #5D5D5D. Windows color (decimal): -5498630 or 16390316. OLE color: 16390316.

HSL color Cylindrical-coordinate representation of color #AC18FA: hue angle of 279.29º degrees, saturation: 0.96, 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 #AC18FA is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 24 250 -
CMYK 0.31 0.90 0 0.02
HSL 279.29º 0.96% 0.54% -
HSV(B) 279.29º 0.9% 0.98% -
XYZ 34.6 16.33 91.77 -
YUV 94.02 216.03 183.62 -
System Red Green Blue C M Y K H S L
Decimal 172 24 250 0.31 0.90 0 0.02 279.29 0.96 0.54
Hex AC 18 FA 1F 5A 0 2 117 60 36
Octal 254 30 372 37 132 0 2 427 140 66
Binary 10101100 11000 11111010 11111 1011010 0 10 100010111 1100000 110110

Color Harmonies of #AC18FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC18FA

Black with #AC18FA

Text Example


Text Example

White with #AC18FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC18FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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