Html Css Color HEX #AC0EFD Electric Purple

📋 copy color: '#AC0EFD'

red 172 ◦ green 14 ◦ blue 253

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

Shades of Electric Purple #AC0EFD

Tints of Electric Purple #AC0EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 57.63%

R = 39.18%
G = 3.19%
B = 57.63%

CMYK

 C value IS 0.32

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AC0EFD (or 0xAC0EFD) is known color: Electric Purple. HEX triplet: AC, 0E and FD. RGB value is (172,14,253). Sum of RGB (Red+Green+Blue) = 172+14+253=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 14 (5.86% from 255 or 3.19% from 439); Blue value is 253 (99.22% from 255 or 57.63% from 439); Max value from RGB is 253 - color contains mainly: blue. Hex color #AC0EFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC0EFD is #53F102. Grayscale: #575757. Windows color (decimal): -5501187 or 16584364. OLE color: 16584364.

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

Color convert

RGB 172 14 253 -
CMYK 0.32 0.94 0 0.01
HSL 279.67º 0.98% 0.52% -
HSV(B) 279.67º 0.94% 0.99% -
XYZ 34.9 16.18 94.21 -
YUV 88.49 220.85 187.57 -
System Red Green Blue C M Y K H S L
Decimal 172 14 253 0.32 0.94 0 0.01 279.67 0.98 0.52
Hex AC E FD 20 5E 0 1 118 62 34
Octal 254 16 375 40 136 0 1 430 142 64
Binary 10101100 1110 11111101 100000 1011110 0 1 100011000 1100010 110100

Color Harmonies of #AC0EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0EFD

Black with #AC0EFD

Text Example


Text Example

White with #AC0EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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