Html Css Color HEX #AC0DFF Electric Purple

📋 copy color: '#AC0DFF'

red 172 ◦ green 13 ◦ blue 255

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

Shades of Electric Purple #AC0DFF

Tints of Electric Purple #AC0DFF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.95%

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

R = 39.09%
G = 2.95%
B = 57.95%

CMYK

 C value IS 0.33

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AC0DFF (or 0xAC0DFF) is known color: Electric Purple. HEX triplet: AC, 0D and FF. RGB value is (172,13,255). Sum of RGB (Red+Green+Blue) = 172+13+255=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 13 (5.47% from 255 or 2.95% from 440); Blue value is 255 (100% from 255 or 57.95% from 440); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC0DFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC0DFF is #53F200. Grayscale: #575757. Windows color (decimal): -5501441 or 16715180. OLE color: 16715180.

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

Color convert

RGB 172 13 255 -
CMYK 0.33 0.95 0 0
HSL 279.42º 1% 0.53% -
HSV(B) 279.42º 0.95% 1% -
XYZ 35.21 16.28 95.89 -
YUV 88.13 222.18 187.82 -
System Red Green Blue C M Y K H S L
Decimal 172 13 255 0.33 0.95 0 0 279.42 1 0.53
Hex AC D FF 21 5F 0 0 117 64 35
Octal 254 15 377 41 137 0 0 427 144 65
Binary 10101100 1101 11111111 100001 1011111 0 0 100010111 1100100 110101

Color Harmonies of #AC0DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0DFF

Black with #AC0DFF

Text Example


Text Example

White with #AC0DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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