Html Css Color HEX #AC10ED Electric Purple

📋 copy color: '#AC10ED'

red 172 ◦ green 16 ◦ blue 237

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

Shades of Electric Purple #AC10ED

Tints of Electric Purple #AC10ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 55.76%

R = 40.47%
G = 3.76%
B = 55.76%

CMYK

 C value IS 0.27

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC10ED (or 0xAC10ED) is known color: Electric Purple. HEX triplet: AC, 10 and ED. RGB value is (172,16,237). Sum of RGB (Red+Green+Blue) = 172+16+237=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 16 (6.64% from 255 or 3.76% from 425); Blue value is 237 (92.97% from 255 or 55.76% from 425); Max value from RGB is 237 - color contains mainly: blue. Hex color #AC10ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC10ED is #53EF12. Grayscale: #575757. Windows color (decimal): -5500691 or 15536300. OLE color: 15536300.

HSL color Cylindrical-coordinate representation of color #AC10ED: hue angle of 282.35º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC10ED is Cyan = 0.27, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 16 237 -
CMYK 0.27 0.93 0 0.07
HSL 282.35º 0.87% 0.5% -
HSV(B) 282.35º 0.93% 0.93% -
XYZ 32.48 15.26 81.35 -
YUV 87.84 212.18 188.03 -
System Red Green Blue C M Y K H S L
Decimal 172 16 237 0.27 0.93 0 0.07 282.35 0.87 0.5
Hex AC 10 ED 1B 5D 0 7 11A 57 32
Octal 254 20 355 33 135 0 7 432 127 62
Binary 10101100 10000 11101101 11011 1011101 0 111 100011010 1010111 110010

Color Harmonies of #AC10ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC10ED

Black with #AC10ED

Text Example


Text Example

White with #AC10ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC10ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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