Html Css Color HEX #AC1DF0 Electric Purple

📋 copy color: '#AC1DF0'

red 172 ◦ green 29 ◦ blue 240

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

Shades of Electric Purple #AC1DF0

Tints of Electric Purple #AC1DF0

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.58%

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

R = 39%
G = 6.58%
B = 54.42%

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

#AC1DF0 (or 0xAC1DF0) is known color: Electric Purple. HEX triplet: AC, 1D and F0. RGB value is (172,29,240). Sum of RGB (Red+Green+Blue) = 172+29+240=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 29 (11.72% from 255 or 6.58% from 441); Blue value is 240 (94.14% from 255 or 54.42% from 441); Max value from RGB is 240 - color contains mainly: blue. Hex color #AC1DF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC1DF0 is #53E20F. Grayscale: #5F5F5F. Windows color (decimal): -5497360 or 15736236. OLE color: 15736236.

HSL color Cylindrical-coordinate representation of color #AC1DF0: hue angle of 280.66º 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 #AC1DF0 is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 29 240 -
CMYK 0.28 0.88 0 0.06
HSL 280.66º 0.88% 0.53% -
HSV(B) 280.66º 0.88% 0.94% -
XYZ 33.18 15.94 83.77 -
YUV 95.81 209.38 182.34 -
System Red Green Blue C M Y K H S L
Decimal 172 29 240 0.28 0.88 0 0.06 280.66 0.88 0.53
Hex AC 1D F0 1C 58 0 6 119 58 35
Octal 254 35 360 34 130 0 6 431 130 65
Binary 10101100 11101 11110000 11100 1011000 0 110 100011001 1011000 110101

Color Harmonies of #AC1DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1DF0

Black with #AC1DF0

Text Example


Text Example

White with #AC1DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1DF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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