Html Css Color HEX #AC1BE8 Electric Purple

📋 copy color: '#AC1BE8'

red 172 ◦ green 27 ◦ blue 232

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

Shades of Electric Purple #AC1BE8

Tints of Electric Purple #AC1BE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 53.83%

R = 39.91%
G = 6.26%
B = 53.83%

CMYK

 C value IS 0.26

 M value IS 0.88

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AC1BE8 (or 0xAC1BE8) is known color: Electric Purple. HEX triplet: AC, 1B and E8. RGB value is (172,27,232). Sum of RGB (Red+Green+Blue) = 172+27+232=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 27 (10.94% from 255 or 6.26% from 431); Blue value is 232 (91.02% from 255 or 53.83% from 431); Max value from RGB is 232 - color contains mainly: blue. Hex color #AC1BE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC1BE8 is #53E417. Grayscale: #5D5D5D. Windows color (decimal): -5497880 or 15211436. OLE color: 15211436.

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

Color convert

RGB 172 27 232 -
CMYK 0.26 0.88 0 0.09
HSL 282.44º 0.82% 0.51% -
HSV(B) 282.44º 0.88% 0.91% -
XYZ 31.97 15.38 77.63 -
YUV 93.73 206.04 183.83 -
System Red Green Blue C M Y K H S L
Decimal 172 27 232 0.26 0.88 0 0.09 282.44 0.82 0.51
Hex AC 1B E8 1A 58 0 9 11A 52 33
Octal 254 33 350 32 130 0 11 432 122 63
Binary 10101100 11011 11101000 11010 1011000 0 1001 100011010 1010010 110011

Color Harmonies of #AC1BE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1BE8

Black with #AC1BE8

Text Example


Text Example

White with #AC1BE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1BE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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