Html Css Color HEX #AC0FEB Electric Purple

📋 copy color: '#AC0FEB'

red 172 ◦ green 15 ◦ blue 235

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

Shades of Electric Purple #AC0FEB

Tints of Electric Purple #AC0FEB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.55%

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

R = 40.76%
G = 3.55%
B = 55.69%

CMYK

 C value IS 0.27

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AC0FEB (or 0xAC0FEB) is known color: Electric Purple. HEX triplet: AC, 0F and EB. RGB value is (172,15,235). Sum of RGB (Red+Green+Blue) = 172+15+235=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 15 (6.25% from 255 or 3.55% from 422); Blue value is 235 (92.19% from 255 or 55.69% from 422); Max value from RGB is 235 - color contains mainly: blue. Hex color #AC0FEB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC0FEB is #53F014. Grayscale: #565656. Windows color (decimal): -5500949 or 15404972. OLE color: 15404972.

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

Color convert

RGB 172 15 235 -
CMYK 0.27 0.94 0 0.08
HSL 282.82º 0.88% 0.49% -
HSV(B) 282.82º 0.94% 0.92% -
XYZ 32.18 15.11 79.82 -
YUV 87.02 211.51 188.61 -
System Red Green Blue C M Y K H S L
Decimal 172 15 235 0.27 0.94 0 0.08 282.82 0.88 0.49
Hex AC F EB 1B 5E 0 8 11B 58 31
Octal 254 17 353 33 136 0 10 433 130 61
Binary 10101100 1111 11101011 11011 1011110 0 1000 100011011 1011000 110001

Color Harmonies of #AC0FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0FEB

Black with #AC0FEB

Text Example


Text Example

White with #AC0FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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