Html Css Color HEX #AC1BEF Electric Purple

📋 copy color: '#AC1BEF'

red 172 ◦ green 27 ◦ blue 239

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

Shades of Electric Purple #AC1BEF

Tints of Electric Purple #AC1BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 54.57%

R = 39.27%
G = 6.16%
B = 54.57%

CMYK

 C value IS 0.28

 M value IS 0.89

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AC1BEF (or 0xAC1BEF) is known color: Electric Purple. HEX triplet: AC, 1B and EF. RGB value is (172,27,239). Sum of RGB (Red+Green+Blue) = 172+27+239=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 27 (10.94% from 255 or 6.16% from 438); Blue value is 239 (93.75% from 255 or 54.57% from 438); Max value from RGB is 239 - color contains mainly: blue. Hex color #AC1BEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC1BEF is #53E410. Grayscale: #5D5D5D. Windows color (decimal): -5497873 or 15670188. OLE color: 15670188.

HSL color Cylindrical-coordinate representation of color #AC1BEF: hue angle of 281.04º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC1BEF is Cyan = 0.28, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 27 239 -
CMYK 0.28 0.89 0 0.06
HSL 281.04º 0.87% 0.52% -
HSV(B) 281.04º 0.89% 0.94% -
XYZ 32.99 15.79 82.97 -
YUV 94.52 209.54 183.26 -
System Red Green Blue C M Y K H S L
Decimal 172 27 239 0.28 0.89 0 0.06 281.04 0.87 0.52
Hex AC 1B EF 1C 59 0 6 119 57 34
Octal 254 33 357 34 131 0 6 431 127 64
Binary 10101100 11011 11101111 11100 1011001 0 110 100011001 1010111 110100

Color Harmonies of #AC1BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1BEF

Black with #AC1BEF

Text Example


Text Example

White with #AC1BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1BEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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