Html Css Color HEX #AC1FFB Electric Purple

📋 copy color: '#AC1FFB'

red 172 ◦ green 31 ◦ blue 251

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

Shades of Electric Purple #AC1FFB

Tints of Electric Purple #AC1FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 55.29%

R = 37.89%
G = 6.83%
B = 55.29%

CMYK

 C value IS 0.31

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AC1FFB (or 0xAC1FFB) is known color: Electric Purple. HEX triplet: AC, 1F and FB. RGB value is (172,31,251). Sum of RGB (Red+Green+Blue) = 172+31+251=454 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.89% from 454); Green value is 31 (12.5% from 255 or 6.83% from 454); Blue value is 251 (98.44% from 255 or 55.29% from 454); Max value from RGB is 251 - color contains mainly: blue. Hex color #AC1FFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC1FFB is #53E004. Grayscale: #616161. Windows color (decimal): -5496837 or 16457644. OLE color: 16457644.

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

Color convert

RGB 172 31 251 -
CMYK 0.31 0.88 0 0.02
HSL 278.45º 0.96% 0.55% -
HSV(B) 278.45º 0.88% 0.98% -
XYZ 34.92 16.72 92.65 -
YUV 98.24 214.21 180.61 -
System Red Green Blue C M Y K H S L
Decimal 172 31 251 0.31 0.88 0 0.02 278.45 0.96 0.55
Hex AC 1F FB 1F 58 0 2 116 60 37
Octal 254 37 373 37 130 0 2 426 140 67
Binary 10101100 11111 11111011 11111 1011000 0 10 100010110 1100000 110111

Color Harmonies of #AC1FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1FFB

Black with #AC1FFB

Text Example


Text Example

White with #AC1FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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