Html Css Color HEX #AC18EA Electric Purple

📋 copy color: '#AC18EA'

red 172 ◦ green 24 ◦ blue 234

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

Shades of Electric Purple #AC18EA

Tints of Electric Purple #AC18EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 54.42%

R = 40%
G = 5.58%
B = 54.42%

CMYK

 C value IS 0.26

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AC18EA (or 0xAC18EA) is known color: Electric Purple. HEX triplet: AC, 18 and EA. RGB value is (172,24,234). Sum of RGB (Red+Green+Blue) = 172+24+234=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 24 (9.77% from 255 or 5.58% from 430); Blue value is 234 (91.80% from 255 or 54.42% from 430); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC18EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC18EA is #53E715. Grayscale: #5B5B5B. Windows color (decimal): -5498646 or 15341740. OLE color: 15341740.

HSL color Cylindrical-coordinate representation of color #AC18EA: hue angle of 282.29º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC18EA is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 172 24 234 -
CMYK 0.26 0.90 0 0.08
HSL 282.29º 0.83% 0.51% -
HSV(B) 282.29º 0.9% 0.92% -
XYZ 32.19 15.36 79.11 -
YUV 92.19 208.03 184.92 -
System Red Green Blue C M Y K H S L
Decimal 172 24 234 0.26 0.90 0 0.08 282.29 0.83 0.51
Hex AC 18 EA 1A 5A 0 8 11A 53 33
Octal 254 30 352 32 132 0 10 432 123 63
Binary 10101100 11000 11101010 11010 1011010 0 1000 100011010 1010011 110011

Color Harmonies of #AC18EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC18EA

Black with #AC18EA

Text Example


Text Example

White with #AC18EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC18EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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