Html Css Color HEX #AC0FFD Electric Purple

📋 copy color: '#AC0FFD'

red 172 ◦ green 15 ◦ blue 253

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

Shades of Electric Purple #AC0FFD

Tints of Electric Purple #AC0FFD

RGB

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

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

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

R = 39.09%
G = 3.41%
B = 57.5%

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

#AC0FFD (or 0xAC0FFD) is known color: Electric Purple. HEX triplet: AC, 0F and FD. RGB value is (172,15,253). Sum of RGB (Red+Green+Blue) = 172+15+253=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 15 (6.25% from 255 or 3.41% from 440); Blue value is 253 (99.22% from 255 or 57.5% from 440); Max value from RGB is 253 - color contains mainly: blue. Hex color #AC0FFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC0FFD is #53F002. Grayscale: #585858. Windows color (decimal): -5500931 or 16584620. OLE color: 16584620.

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

Color convert

RGB 172 15 253 -
CMYK 0.32 0.94 0 0.01
HSL 279.58º 0.98% 0.53% -
HSV(B) 279.58º 0.94% 0.99% -
XYZ 34.91 16.2 94.22 -
YUV 89.08 220.51 187.15 -
System Red Green Blue C M Y K H S L
Decimal 172 15 253 0.32 0.94 0 0.01 279.58 0.98 0.53
Hex AC F FD 20 5E 0 1 118 62 35
Octal 254 17 375 40 136 0 1 430 142 65
Binary 10101100 1111 11111101 100000 1011110 0 1 100011000 1100010 110101

Color Harmonies of #AC0FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0FFD

Black with #AC0FFD

Text Example


Text Example

White with #AC0FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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