Html Css Color HEX #AC10FF Electric Purple

📋 copy color: '#AC10FF'

red 172 ◦ green 16 ◦ blue 255

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

Shades of Electric Purple #AC10FF

Tints of Electric Purple #AC10FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 57.56%

R = 38.83%
G = 3.61%
B = 57.56%

CMYK

 C value IS 0.33

 M value IS 0.94

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AC10FF (or 0xAC10FF) is known color: Electric Purple. HEX triplet: AC, 10 and FF. RGB value is (172,16,255). Sum of RGB (Red+Green+Blue) = 172+16+255=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 16 (6.64% from 255 or 3.61% from 443); Blue value is 255 (100% from 255 or 57.56% from 443); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC10FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC10FF is #53EF00. Grayscale: #595959. Windows color (decimal): -5500673 or 16715948. OLE color: 16715948.

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

Color convert

RGB 172 16 255 -
CMYK 0.33 0.94 0 0
HSL 279.16º 1% 0.53% -
HSV(B) 279.16º 0.94% 1% -
XYZ 35.25 16.36 95.91 -
YUV 89.89 221.18 186.57 -
System Red Green Blue C M Y K H S L
Decimal 172 16 255 0.33 0.94 0 0 279.16 1 0.53
Hex AC 10 FF 21 5E 0 0 117 64 35
Octal 254 20 377 41 136 0 0 427 144 65
Binary 10101100 10000 11111111 100001 1011110 0 0 100010111 1100100 110101

Color Harmonies of #AC10FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC10FF

Black with #AC10FF

Text Example


Text Example

White with #AC10FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC10FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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