Html Css Color HEX #AC0EFA Electric Purple

📋 copy color: '#AC0EFA'

red 172 ◦ green 14 ◦ blue 250

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

Shades of Electric Purple #AC0EFA

Tints of Electric Purple #AC0EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 57.34%

R = 39.45%
G = 3.21%
B = 57.34%

CMYK

 C value IS 0.31

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AC0EFA (or 0xAC0EFA) is known color: Electric Purple. HEX triplet: AC, 0E and FA. RGB value is (172,14,250). Sum of RGB (Red+Green+Blue) = 172+14+250=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 14 (5.86% from 255 or 3.21% from 436); Blue value is 250 (98.05% from 255 or 57.34% from 436); Max value from RGB is 250 - color contains mainly: blue. Hex color #AC0EFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC0EFA is #53F105. Grayscale: #575757. Windows color (decimal): -5501190 or 16387756. OLE color: 16387756.

HSL color Cylindrical-coordinate representation of color #AC0EFA: hue angle of 280.17º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC0EFA is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 14 250 -
CMYK 0.31 0.94 0 0.02
HSL 280.17º 0.96% 0.52% -
HSV(B) 280.17º 0.94% 0.98% -
XYZ 34.43 15.99 91.71 -
YUV 88.15 219.35 187.81 -
System Red Green Blue C M Y K H S L
Decimal 172 14 250 0.31 0.94 0 0.02 280.17 0.96 0.52
Hex AC E FA 1F 5E 0 2 118 60 34
Octal 254 16 372 37 136 0 2 430 140 64
Binary 10101100 1110 11111010 11111 1011110 0 10 100011000 1100000 110100

Color Harmonies of #AC0EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0EFA

Black with #AC0EFA

Text Example


Text Example

White with #AC0EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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