Html Css Color HEX #AC0BEB Electric Purple

📋 copy color: '#AC0BEB'

red 172 ◦ green 11 ◦ blue 235

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

Shades of Electric Purple #AC0BEB

Tints of Electric Purple #AC0BEB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.63%

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

R = 41.15%
G = 2.63%
B = 56.22%

CMYK

 C value IS 0.27

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AC0BEB (or 0xAC0BEB) is known color: Electric Purple. HEX triplet: AC, 0B and EB. RGB value is (172,11,235). Sum of RGB (Red+Green+Blue) = 172+11+235=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 11 (4.69% from 255 or 2.63% from 418); Blue value is 235 (92.19% from 255 or 56.22% from 418); Max value from RGB is 235 - color contains mainly: blue. Hex color #AC0BEB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC0BEB is #53F414. Grayscale: #535353. Windows color (decimal): -5501973 or 15403948. OLE color: 15403948.

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

Color convert

RGB 172 11 235 -
CMYK 0.27 0.95 0 0.08
HSL 283.13º 0.91% 0.48% -
HSV(B) 283.13º 0.95% 0.92% -
XYZ 32.13 15.01 79.8 -
YUV 84.68 212.84 190.29 -
System Red Green Blue C M Y K H S L
Decimal 172 11 235 0.27 0.95 0 0.08 283.13 0.91 0.48
Hex AC B EB 1B 5F 0 8 11B 5B 30
Octal 254 13 353 33 137 0 10 433 133 60
Binary 10101100 1011 11101011 11011 1011111 0 1000 100011011 1011011 110000

Color Harmonies of #AC0BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0BEB

Black with #AC0BEB

Text Example


Text Example

White with #AC0BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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