Html Css Color HEX #AC21FF Electric Purple

📋 copy color: '#AC21FF'

red 172 ◦ green 33 ◦ blue 255

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

Shades of Electric Purple #AC21FF

Tints of Electric Purple #AC21FF

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.17%

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

R = 37.39%
G = 7.17%
B = 55.43%

CMYK

 C value IS 0.33

 M value IS 0.87

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AC21FF (or 0xAC21FF) is known color: Electric Purple. HEX triplet: AC, 21 and FF. RGB value is (172,33,255). Sum of RGB (Red+Green+Blue) = 172+33+255=460 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.39% from 460); Green value is 33 (13.28% from 255 or 7.17% from 460); Blue value is 255 (100% from 255 or 55.43% from 460); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC21FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC21FF is #53DE00. Grayscale: #636363. Windows color (decimal): -5496321 or 16720300. OLE color: 16720300.

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

Color convert

RGB 172 33 255 -
CMYK 0.33 0.87 0 0
HSL 277.57º 1% 0.56% -
HSV(B) 277.57º 0.87% 1% -
XYZ 35.61 17.08 96.03 -
YUV 99.87 215.55 179.45 -
System Red Green Blue C M Y K H S L
Decimal 172 33 255 0.33 0.87 0 0 277.57 1 0.56
Hex AC 21 FF 21 57 0 0 116 64 38
Octal 254 41 377 41 127 0 0 426 144 70
Binary 10101100 100001 11111111 100001 1010111 0 0 100010110 1100100 111000

Color Harmonies of #AC21FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC21FF

Black with #AC21FF

Text Example


Text Example

White with #AC21FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC21FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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