Html Css Color HEX #AC1AFF Electric Purple

📋 copy color: '#AC1AFF'

red 172 ◦ green 26 ◦ blue 255

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

Shades of Electric Purple #AC1AFF

Tints of Electric Purple #AC1AFF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.74%

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

R = 37.97%
G = 5.74%
B = 56.29%

CMYK

 C value IS 0.33

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AC1AFF (or 0xAC1AFF) is known color: Electric Purple. HEX triplet: AC, 1A and FF. RGB value is (172,26,255). Sum of RGB (Red+Green+Blue) = 172+26+255=453 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.97% from 453); Green value is 26 (10.55% from 255 or 5.74% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC1AFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC1AFF is #53E500. Grayscale: #5E5E5E. Windows color (decimal): -5498113 or 16718508. OLE color: 16718508.

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

Color convert

RGB 172 26 255 -
CMYK 0.33 0.90 0 0
HSL 278.25º 1% 0.55% -
HSV(B) 278.25º 0.9% 1% -
XYZ 35.43 16.73 95.97 -
YUV 95.76 217.87 182.38 -
System Red Green Blue C M Y K H S L
Decimal 172 26 255 0.33 0.90 0 0 278.25 1 0.55
Hex AC 1A FF 21 5A 0 0 116 64 37
Octal 254 32 377 41 132 0 0 426 144 67
Binary 10101100 11010 11111111 100001 1011010 0 0 100010110 1100100 110111

Color Harmonies of #AC1AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1AFF

Black with #AC1AFF

Text Example


Text Example

White with #AC1AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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