Html Css Color HEX #AC0FFE Electric Purple

📋 copy color: '#AC0FFE'

red 172 ◦ green 15 ◦ blue 254

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

Shades of Electric Purple #AC0FFE

Tints of Electric Purple #AC0FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 57.6%

R = 39%
G = 3.4%
B = 57.6%

CMYK

 C value IS 0.32

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AC0FFE (or 0xAC0FFE) is known color: Electric Purple. HEX triplet: AC, 0F and FE. RGB value is (172,15,254). Sum of RGB (Red+Green+Blue) = 172+15+254=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 15 (6.25% from 255 or 3.40% from 441); Blue value is 254 (99.61% from 255 or 57.60% from 441); Max value from RGB is 254 - color contains mainly: blue. Hex color #AC0FFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC0FFE is #53F001. Grayscale: #585858. Windows color (decimal): -5500930 or 16650156. OLE color: 16650156.

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

Color convert

RGB 172 15 254 -
CMYK 0.32 0.94 0 0.00
HSL 279.41º 0.99% 0.53% -
HSV(B) 279.41º 0.94% 1% -
XYZ 35.07 16.27 95.06 -
YUV 89.19 221.01 187.07 -
System Red Green Blue C M Y K H S L
Decimal 172 15 254 0.32 0.94 0 0.00 279.41 0.99 0.53
Hex AC F FE 20 5E 0 0 117 63 35
Octal 254 17 376 40 136 0 0 427 143 65
Binary 10101100 1111 11111110 100000 1011110 0 0 100010111 1100011 110101

Color Harmonies of #AC0FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0FFE

Black with #AC0FFE

Text Example


Text Example

White with #AC0FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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