Html Css Color HEX #AC23FF Electric Purple

📋 copy color: '#AC23FF'

red 172 ◦ green 35 ◦ blue 255

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

Shades of Electric Purple #AC23FF

Tints of Electric Purple #AC23FF

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.58%

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

R = 37.23%
G = 7.58%
B = 55.19%

CMYK

 C value IS 0.33

 M value IS 0.86

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AC23FF (or 0xAC23FF) is known color: Electric Purple. HEX triplet: AC, 23 and FF. RGB value is (172,35,255). Sum of RGB (Red+Green+Blue) = 172+35+255=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 35 (14.06% from 255 or 7.58% from 462); Blue value is 255 (100% from 255 or 55.19% from 462); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC23FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC23FF is #53DC00. Grayscale: #646464. Windows color (decimal): -5495809 or 16720812. OLE color: 16720812.

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

Color convert

RGB 172 35 255 -
CMYK 0.33 0.86 0 0
HSL 277.36º 1% 0.57% -
HSV(B) 277.36º 0.86% 1% -
XYZ 35.66 17.19 96.05 -
YUV 101.04 214.89 178.61 -
System Red Green Blue C M Y K H S L
Decimal 172 35 255 0.33 0.86 0 0 277.36 1 0.57
Hex AC 23 FF 21 56 0 0 115 64 39
Octal 254 43 377 41 126 0 0 425 144 71
Binary 10101100 100011 11111111 100001 1010110 0 0 100010101 1100100 111001

Color Harmonies of #AC23FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC23FF

Black with #AC23FF

Text Example


Text Example

White with #AC23FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC23FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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