#AC1BF2

Color #AC1BF2 Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #AC1BF2

Tints of Electric Purple #AC1BF2

Color information

#AC1BF2 (or 0xAC1BF2) is unknown color: approx Electric Purple. HEX triplet: AC, 1B and F2. RGB value is (172,27,242). Sum of RGB (Red+Green+Blue) = 172+27+242=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 27 (10.94% from 255 or 6.12% from 441); Blue value is 242 (94.92% from 255 or 54.88% from 441); Max value from RGB is 242 - color contains mainly: blue. Hex color #AC1BF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC1BF2 is #53E40D. Grayscale: #5E5E5E. Windows color (decimal): -5497870 or 15866796. OLE color: 15866796.

HSL color Cylindrical-coordinate representation of color #AC1BF2: hue angle of 280.47º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC1BF2 is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB17227242-
CMYK0.290.8900.05
HSL280.47º89.21%52.75%-
HSV(B)280.47º88.84%94.9%-
XYZ33.4315.9785.32-
YUV94.86211.04183.02-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.00%
GREEN value IS 27 (10.94% from 255) = 6.12%
BLUE value IS 242 (94.92% from 255) = 54.88%
R=39.00%
G=6.12%
B=54.88%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal172272420.290.8900.05280.4789.2152.75
HexAC1BF21D59051185935
Octal25433362351310543013165
Binary10101100110111111001011101101100101011000110001011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1BF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1BF2; }

 p { color: rgb(172,27,242); }

 H1.HeaderClassName
 {
   color: #AC1BF2;
 }
 .AnyTagClassName
 {
   color: #AC1BF2;
 }
</style>
background-color css

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

 a { background-color: rgb(172,27,242); }

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

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

 span { border-color: rgb(172,27,242); }

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