Html Css Color HEX #AC1BEB Electric Purple

📋 copy color: '#AC1BEB'

red 172 ◦ green 27 ◦ blue 235

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

Shades of Electric Purple #AC1BEB

Tints of Electric Purple #AC1BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 54.15%

R = 39.63%
G = 6.22%
B = 54.15%

CMYK

 C value IS 0.27

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AC1BEB (or 0xAC1BEB) is known color: Electric Purple. HEX triplet: AC, 1B and EB. RGB value is (172,27,235). Sum of RGB (Red+Green+Blue) = 172+27+235=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 27 (10.94% from 255 or 6.22% from 434); Blue value is 235 (92.19% from 255 or 54.15% from 434); Max value from RGB is 235 - color contains mainly: blue. Hex color #AC1BEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC1BEB is #53E414. Grayscale: #5D5D5D. Windows color (decimal): -5497877 or 15408044. OLE color: 15408044.

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

Color convert

RGB 172 27 235 -
CMYK 0.27 0.89 0 0.08
HSL 281.83º 0.84% 0.51% -
HSV(B) 281.83º 0.89% 0.92% -
XYZ 32.4 15.55 79.89 -
YUV 94.07 207.54 183.59 -
System Red Green Blue C M Y K H S L
Decimal 172 27 235 0.27 0.89 0 0.08 281.83 0.84 0.51
Hex AC 1B EB 1B 59 0 8 11A 54 33
Octal 254 33 353 33 131 0 10 432 124 63
Binary 10101100 11011 11101011 11011 1011001 0 1000 100011010 1010100 110011

Color Harmonies of #AC1BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1BEB

Black with #AC1BEB

Text Example


Text Example

White with #AC1BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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