Html Css Color HEX #AC27FF Electric Purple

📋 copy color: '#AC27FF'

red 172 ◦ green 39 ◦ blue 255

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

Shades of Electric Purple #AC27FF

Tints of Electric Purple #AC27FF

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.37%

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

R = 36.91%
G = 8.37%
B = 54.72%

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

#AC27FF (or 0xAC27FF) is known color: Electric Purple. HEX triplet: AC, 27 and FF. RGB value is (172,39,255). Sum of RGB (Red+Green+Blue) = 172+39+255=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 39 (15.62% from 255 or 8.37% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC27FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC27FF is #53D800. Grayscale: #666666. Windows color (decimal): -5494785 or 16721836. OLE color: 16721836.

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

Color convert

RGB 172 39 255 -
CMYK 0.33 0.85 0 0
HSL 276.94º 1% 0.58% -
HSV(B) 276.94º 0.85% 1% -
XYZ 35.79 17.44 96.09 -
YUV 103.39 213.56 176.94 -
System Red Green Blue C M Y K H S L
Decimal 172 39 255 0.33 0.85 0 0 276.94 1 0.58
Hex AC 27 FF 21 55 0 0 115 64 3A
Octal 254 47 377 41 125 0 0 425 144 72
Binary 10101100 100111 11111111 100001 1010101 0 0 100010101 1100100 111010

Color Harmonies of #AC27FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC27FF

Black with #AC27FF

Text Example


Text Example

White with #AC27FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC27FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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