Html Css Color HEX #AC03F7 Electric Purple

📋 copy color: '#AC03F7'

red 172 ◦ green 3 ◦ blue 247

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

Shades of Electric Purple #AC03F7

Tints of Electric Purple #AC03F7

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.71%

 BLUE value IS 247 (96.88% from 255) = 58.53%

R = 40.76%
G = 0.71%
B = 58.53%

CMYK

 C value IS 0.30

 M value IS 0.99

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AC03F7 (or 0xAC03F7) is known color: Electric Purple. HEX triplet: AC, 03 and F7. RGB value is (172,3,247). Sum of RGB (Red+Green+Blue) = 172+3+247=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 3 (1.56% from 255 or 0.71% from 422); Blue value is 247 (96.88% from 255 or 58.53% from 422); Max value from RGB is 247 - color contains mainly: blue. Hex color #AC03F7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC03F7 is #53FC08. Grayscale: #505050. Windows color (decimal): -5504009 or 16188332. OLE color: 16188332.

HSL color Cylindrical-coordinate representation of color #AC03F7: hue angle of 281.56º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC03F7 is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 172 3 247 -
CMYK 0.30 0.99 0 0.03
HSL 281.56º 0.98% 0.49% -
HSV(B) 281.56º 0.99% 0.97% -
XYZ 33.83 15.55 89.21 -
YUV 81.35 221.49 192.66 -
System Red Green Blue C M Y K H S L
Decimal 172 3 247 0.30 0.99 0 0.03 281.56 0.98 0.49
Hex AC 3 F7 1E 63 0 3 11A 62 31
Octal 254 3 367 36 143 0 3 432 142 61
Binary 10101100 11 11110111 11110 1100011 0 11 100011010 1100010 110001

Color Harmonies of #AC03F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC03F7

Black with #AC03F7

Text Example


Text Example

White with #AC03F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC03F7; }

 p { color: rgb(172,3,247); }

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

background-color css

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

 a { background-color: rgb(172,3,247); }

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

border-color css

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

 span { border-color: rgb(172,3,247); }

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