Html Css Color HEX #AC26FF Electric Purple

📋 copy color: '#AC26FF'

red 172 ◦ green 38 ◦ blue 255

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

Shades of Electric Purple #AC26FF

Tints of Electric Purple #AC26FF

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.17%

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

R = 36.99%
G = 8.17%
B = 54.84%

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

#AC26FF (or 0xAC26FF) is known color: Electric Purple. HEX triplet: AC, 26 and FF. RGB value is (172,38,255). Sum of RGB (Red+Green+Blue) = 172+38+255=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 38 (15.23% from 255 or 8.17% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC26FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC26FF is #53D900. Grayscale: #666666. Windows color (decimal): -5495041 or 16721580. OLE color: 16721580.

HSL color Cylindrical-coordinate representation of color #AC26FF: hue angle of 277.05º 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 #AC26FF is Cyan = 0.33, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 172 38 255 -
CMYK 0.33 0.85 0 0
HSL 277.05º 1% 0.57% -
HSV(B) 277.05º 0.85% 1% -
XYZ 35.76 17.38 96.08 -
YUV 102.8 213.89 177.36 -
System Red Green Blue C M Y K H S L
Decimal 172 38 255 0.33 0.85 0 0 277.05 1 0.57
Hex AC 26 FF 21 55 0 0 115 64 39
Octal 254 46 377 41 125 0 0 425 144 71
Binary 10101100 100110 11111111 100001 1010101 0 0 100010101 1100100 111001

Color Harmonies of #AC26FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC26FF

Black with #AC26FF

Text Example


Text Example

White with #AC26FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC26FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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