Html Css Color HEX #AC13FF Electric Purple

📋 copy color: '#AC13FF'

red 172 ◦ green 19 ◦ blue 255

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

Shades of Electric Purple #AC13FF

Tints of Electric Purple #AC13FF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.26%

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

R = 38.57%
G = 4.26%
B = 57.17%

CMYK

 C value IS 0.33

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AC13FF (or 0xAC13FF) is known color: Electric Purple. HEX triplet: AC, 13 and FF. RGB value is (172,19,255). Sum of RGB (Red+Green+Blue) = 172+19+255=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 19 (7.81% from 255 or 4.26% from 446); Blue value is 255 (100% from 255 or 57.17% from 446); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC13FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC13FF is #53EC00. Grayscale: #5A5A5A. Windows color (decimal): -5499905 or 16716716. OLE color: 16716716.

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

Color convert

RGB 172 19 255 -
CMYK 0.33 0.93 0 0
HSL 278.9º 1% 0.54% -
HSV(B) 278.9º 0.93% 1% -
XYZ 35.3 16.46 95.92 -
YUV 91.65 220.19 185.31 -
System Red Green Blue C M Y K H S L
Decimal 172 19 255 0.33 0.93 0 0 278.9 1 0.54
Hex AC 13 FF 21 5D 0 0 117 64 36
Octal 254 23 377 41 135 0 0 427 144 66
Binary 10101100 10011 11111111 100001 1011101 0 0 100010111 1100100 110110

Color Harmonies of #AC13FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC13FF

Black with #AC13FF

Text Example


Text Example

White with #AC13FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC13FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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