Html Css Color HEX #AC1BEA Electric Purple

📋 copy color: '#AC1BEA'

red 172 ◦ green 27 ◦ blue 234

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

Shades of Electric Purple #AC1BEA

Tints of Electric Purple #AC1BEA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.24%

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

R = 39.72%
G = 6.24%
B = 54.04%

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

#AC1BEA (or 0xAC1BEA) is known color: Electric Purple. HEX triplet: AC, 1B and EA. RGB value is (172,27,234). Sum of RGB (Red+Green+Blue) = 172+27+234=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 27 (10.94% from 255 or 6.24% from 433); Blue value is 234 (91.80% from 255 or 54.04% from 433); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC1BEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC1BEA is #53E415. Grayscale: #5D5D5D. Windows color (decimal): -5497878 or 15342508. OLE color: 15342508.

HSL color Cylindrical-coordinate representation of color #AC1BEA: hue angle of 282.03º 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 #AC1BEA is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 172 27 234 -
CMYK 0.26 0.88 0 0.08
HSL 282.03º 0.83% 0.51% -
HSV(B) 282.03º 0.88% 0.92% -
XYZ 32.26 15.5 79.13 -
YUV 93.95 207.04 183.67 -
System Red Green Blue C M Y K H S L
Decimal 172 27 234 0.26 0.88 0 0.08 282.03 0.83 0.51
Hex AC 1B EA 1A 58 0 8 11A 53 33
Octal 254 33 352 32 130 0 10 432 123 63
Binary 10101100 11011 11101010 11010 1011000 0 1000 100011010 1010011 110011

Color Harmonies of #AC1BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1BEA

Black with #AC1BEA

Text Example


Text Example

White with #AC1BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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