Html Css Color HEX #AC10F0 Electric Purple

📋 copy color: '#AC10F0'

red 172 ◦ green 16 ◦ blue 240

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

Shades of Electric Purple #AC10F0

Tints of Electric Purple #AC10F0

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.74%

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

R = 40.19%
G = 3.74%
B = 56.07%

CMYK

 C value IS 0.28

 M value IS 0.93

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AC10F0 (or 0xAC10F0) is known color: Electric Purple. HEX triplet: AC, 10 and F0. RGB value is (172,16,240). Sum of RGB (Red+Green+Blue) = 172+16+240=428 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.19% from 428); Green value is 16 (6.64% from 255 or 3.74% from 428); Blue value is 240 (94.14% from 255 or 56.07% from 428); Max value from RGB is 240 - color contains mainly: blue. Hex color #AC10F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC10F0 is #53EF0F. Grayscale: #575757. Windows color (decimal): -5500688 or 15732908. OLE color: 15732908.

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

Color convert

RGB 172 16 240 -
CMYK 0.28 0.93 0 0.06
HSL 281.79º 0.88% 0.5% -
HSV(B) 281.79º 0.93% 0.94% -
XYZ 32.93 15.43 83.68 -
YUV 88.18 213.68 187.79 -
System Red Green Blue C M Y K H S L
Decimal 172 16 240 0.28 0.93 0 0.06 281.79 0.88 0.5
Hex AC 10 F0 1C 5D 0 6 11A 58 32
Octal 254 20 360 34 135 0 6 432 130 62
Binary 10101100 10000 11110000 11100 1011101 0 110 100011010 1011000 110010

Color Harmonies of #AC10F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC10F0

Black with #AC10F0

Text Example


Text Example

White with #AC10F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC10F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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