Html Css Color HEX #AC1CF0 Electric Purple

📋 copy color: '#AC1CF0'

red 172 ◦ green 28 ◦ blue 240

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

Shades of Electric Purple #AC1CF0

Tints of Electric Purple #AC1CF0

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.36%

 BLUE value IS 240 (94.14% from 255) = 54.55%

R = 39.09%
G = 6.36%
B = 54.55%

CMYK

 C value IS 0.28

 M value IS 0.88

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AC1CF0 (or 0xAC1CF0) is known color: Electric Purple. HEX triplet: AC, 1C and F0. RGB value is (172,28,240). Sum of RGB (Red+Green+Blue) = 172+28+240=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 28 (11.33% from 255 or 6.36% from 440); Blue value is 240 (94.14% from 255 or 54.55% from 440); Max value from RGB is 240 - color contains mainly: blue. Hex color #AC1CF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC1CF0 is #53E30F. Grayscale: #5E5E5E. Windows color (decimal): -5497616 or 15735980. OLE color: 15735980.

HSL color Cylindrical-coordinate representation of color #AC1CF0: hue angle of 280.75º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC1CF0 is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 28 240 -
CMYK 0.28 0.88 0 0.06
HSL 280.75º 0.88% 0.53% -
HSV(B) 280.75º 0.88% 0.94% -
XYZ 33.16 15.89 83.76 -
YUV 95.22 209.71 182.76 -
System Red Green Blue C M Y K H S L
Decimal 172 28 240 0.28 0.88 0 0.06 280.75 0.88 0.53
Hex AC 1C F0 1C 58 0 6 119 58 35
Octal 254 34 360 34 130 0 6 431 130 65
Binary 10101100 11100 11110000 11100 1011000 0 110 100011001 1011000 110101

Color Harmonies of #AC1CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1CF0

Black with #AC1CF0

Text Example


Text Example

White with #AC1CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1CF0; }

 p { color: rgb(172,28,240); }

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

background-color css

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

 a { background-color: rgb(172,28,240); }

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

border-color css

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

 span { border-color: rgb(172,28,240); }

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