Html Css Color HEX #AC0EFF Electric Purple

📋 copy color: '#AC0EFF'

red 172 ◦ green 14 ◦ blue 255

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

Shades of Electric Purple #AC0EFF

Tints of Electric Purple #AC0EFF

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.17%

 BLUE value IS 255 (100% from 255) = 57.82%

R = 39%
G = 3.17%
B = 57.82%

CMYK

 C value IS 0.33

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AC0EFF (or 0xAC0EFF) is known color: Electric Purple. HEX triplet: AC, 0E and FF. RGB value is (172,14,255). Sum of RGB (Red+Green+Blue) = 172+14+255=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 14 (5.86% from 255 or 3.17% from 441); Blue value is 255 (100% from 255 or 57.82% from 441); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC0EFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC0EFF is #53F100. Grayscale: #575757. Windows color (decimal): -5501185 or 16715436. OLE color: 16715436.

HSL color Cylindrical-coordinate representation of color #AC0EFF: hue angle of 279.34º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC0EFF is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 172 14 255 -
CMYK 0.33 0.95 0 0
HSL 279.34º 1% 0.53% -
HSV(B) 279.34º 0.95% 1% -
XYZ 35.22 16.3 95.9 -
YUV 88.72 221.85 187.4 -
System Red Green Blue C M Y K H S L
Decimal 172 14 255 0.33 0.95 0 0 279.34 1 0.53
Hex AC E FF 21 5F 0 0 117 64 35
Octal 254 16 377 41 137 0 0 427 144 65
Binary 10101100 1110 11111111 100001 1011111 0 0 100010111 1100100 110101

Color Harmonies of #AC0EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0EFF

Black with #AC0EFF

Text Example


Text Example

White with #AC0EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0EFF; }

 p { color: rgb(172,14,255); }

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

background-color css

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

 a { background-color: rgb(172,14,255); }

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

border-color css

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

 span { border-color: rgb(172,14,255); }

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