Html Css Color HEX #AC1FFD Electric Purple

📋 copy color: '#AC1FFD'

red 172 ◦ green 31 ◦ blue 253

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

Shades of Electric Purple #AC1FFD

Tints of Electric Purple #AC1FFD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.8%

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

R = 37.72%
G = 6.8%
B = 55.48%

CMYK

 C value IS 0.32

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AC1FFD (or 0xAC1FFD) is known color: Electric Purple. HEX triplet: AC, 1F and FD. RGB value is (172,31,253). Sum of RGB (Red+Green+Blue) = 172+31+253=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 31 (12.5% from 255 or 6.80% from 456); Blue value is 253 (99.22% from 255 or 55.48% from 456); Max value from RGB is 253 - color contains mainly: blue. Hex color #AC1FFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC1FFD is #53E002. Grayscale: #616161. Windows color (decimal): -5496835 or 16588716. OLE color: 16588716.

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

Color convert

RGB 172 31 253 -
CMYK 0.32 0.88 0 0.01
HSL 278.11º 0.98% 0.56% -
HSV(B) 278.11º 0.88% 0.99% -
XYZ 35.23 16.84 94.32 -
YUV 98.47 215.21 180.45 -
System Red Green Blue C M Y K H S L
Decimal 172 31 253 0.32 0.88 0 0.01 278.11 0.98 0.56
Hex AC 1F FD 20 58 0 1 116 62 38
Octal 254 37 375 40 130 0 1 426 142 70
Binary 10101100 11111 11111101 100000 1011000 0 1 100010110 1100010 111000

Color Harmonies of #AC1FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1FFD

Black with #AC1FFD

Text Example


Text Example

White with #AC1FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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