Html Css Color HEX #AC1CEA Electric Purple

📋 copy color: '#AC1CEA'

red 172 ◦ green 28 ◦ blue 234

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

Shades of Electric Purple #AC1CEA

Tints of Electric Purple #AC1CEA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.45%

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

R = 39.63%
G = 6.45%
B = 53.92%

CMYK

 C value IS 0.26

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AC1CEA (or 0xAC1CEA) is known color: Electric Purple. HEX triplet: AC, 1C and EA. RGB value is (172,28,234). Sum of RGB (Red+Green+Blue) = 172+28+234=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 28 (11.33% from 255 or 6.45% from 434); Blue value is 234 (91.80% from 255 or 53.92% from 434); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC1CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC1CEA is #53E315. Grayscale: #5D5D5D. Windows color (decimal): -5497622 or 15342764. OLE color: 15342764.

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

Color convert

RGB 172 28 234 -
CMYK 0.26 0.88 0 0.08
HSL 281.94º 0.83% 0.51% -
HSV(B) 281.94º 0.88% 0.92% -
XYZ 32.28 15.54 79.14 -
YUV 94.54 206.71 183.25 -
System Red Green Blue C M Y K H S L
Decimal 172 28 234 0.26 0.88 0 0.08 281.94 0.83 0.51
Hex AC 1C EA 1A 58 0 8 11A 53 33
Octal 254 34 352 32 130 0 10 432 123 63
Binary 10101100 11100 11101010 11010 1011000 0 1000 100011010 1010011 110011

Color Harmonies of #AC1CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1CEA

Black with #AC1CEA

Text Example


Text Example

White with #AC1CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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