Html Css Color HEX #AC25FF Electric Purple

📋 copy color: '#AC25FF'

red 172 ◦ green 37 ◦ blue 255

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

Shades of Electric Purple #AC25FF

Tints of Electric Purple #AC25FF

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.97%

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

R = 37.07%
G = 7.97%
B = 54.96%

CMYK

 C value IS 0.33

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AC25FF (or 0xAC25FF) is known color: Electric Purple. HEX triplet: AC, 25 and FF. RGB value is (172,37,255). Sum of RGB (Red+Green+Blue) = 172+37+255=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 37 (14.84% from 255 or 7.97% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC25FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC25FF is #53DA00. Grayscale: #656565. Windows color (decimal): -5495297 or 16721324. OLE color: 16721324.

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

Color convert

RGB 172 37 255 -
CMYK 0.33 0.85 0 0
HSL 277.16º 1% 0.57% -
HSV(B) 277.16º 0.85% 1% -
XYZ 35.72 17.31 96.07 -
YUV 102.22 214.23 177.77 -
System Red Green Blue C M Y K H S L
Decimal 172 37 255 0.33 0.85 0 0 277.16 1 0.57
Hex AC 25 FF 21 55 0 0 115 64 39
Octal 254 45 377 41 125 0 0 425 144 71
Binary 10101100 100101 11111111 100001 1010101 0 0 100010101 1100100 111001

Color Harmonies of #AC25FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC25FF

Black with #AC25FF

Text Example


Text Example

White with #AC25FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC25FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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