Html Css Color HEX #AC08FF Electric Purple

📋 copy color: '#AC08FF'

red 172 ◦ green 8 ◦ blue 255

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

Shades of Electric Purple #AC08FF

Tints of Electric Purple #AC08FF

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.84%

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

R = 39.54%
G = 1.84%
B = 58.62%

CMYK

 C value IS 0.33

 M value IS 0.97

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AC08FF (or 0xAC08FF) is known color: Electric Purple. HEX triplet: AC, 08 and FF. RGB value is (172,8,255). Sum of RGB (Red+Green+Blue) = 172+8+255=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 8 (3.52% from 255 or 1.84% from 435); Blue value is 255 (100% from 255 or 58.62% from 435); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC08FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC08FF is #53F700. Grayscale: #545454. Windows color (decimal): -5502721 or 16713900. OLE color: 16713900.

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

Color convert

RGB 172 8 255 -
CMYK 0.33 0.97 0 0
HSL 279.84º 1% 0.52% -
HSV(B) 279.84º 0.97% 1% -
XYZ 35.15 16.16 95.88 -
YUV 85.19 223.83 189.92 -
System Red Green Blue C M Y K H S L
Decimal 172 8 255 0.33 0.97 0 0 279.84 1 0.52
Hex AC 8 FF 21 61 0 0 118 64 34
Octal 254 10 377 41 141 0 0 430 144 64
Binary 10101100 1000 11111111 100001 1100001 0 0 100011000 1100100 110100

Color Harmonies of #AC08FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC08FF

Black with #AC08FF

Text Example


Text Example

White with #AC08FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC08FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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