Html Css Color HEX #AC07FA Electric Purple

📋 copy color: '#AC07FA'

red 172 ◦ green 7 ◦ blue 250

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

Shades of Electric Purple #AC07FA

Tints of Electric Purple #AC07FA

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.63%

 BLUE value IS 250 (98.05% from 255) = 58.28%

R = 40.09%
G = 1.63%
B = 58.28%

CMYK

 C value IS 0.31

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AC07FA (or 0xAC07FA) is known color: Electric Purple. HEX triplet: AC, 07 and FA. RGB value is (172,7,250). Sum of RGB (Red+Green+Blue) = 172+7+250=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 7 (3.12% from 255 or 1.63% from 429); Blue value is 250 (98.05% from 255 or 58.28% from 429); Max value from RGB is 250 - color contains mainly: blue. Hex color #AC07FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC07FA is #53F805. Grayscale: #535353. Windows color (decimal): -5502982 or 16385964. OLE color: 16385964.

HSL color Cylindrical-coordinate representation of color #AC07FA: hue angle of 280.74º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC07FA is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 7 250 -
CMYK 0.31 0.97 0 0.02
HSL 280.74º 0.96% 0.5% -
HSV(B) 280.74º 0.97% 0.98% -
XYZ 34.34 15.82 91.69 -
YUV 84.04 221.66 190.74 -
System Red Green Blue C M Y K H S L
Decimal 172 7 250 0.31 0.97 0 0.02 280.74 0.96 0.5
Hex AC 7 FA 1F 61 0 2 119 60 32
Octal 254 7 372 37 141 0 2 431 140 62
Binary 10101100 111 11111010 11111 1100001 0 10 100011001 1100000 110010

Color Harmonies of #AC07FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC07FA

Black with #AC07FA

Text Example


Text Example

White with #AC07FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC07FA; }

 p { color: rgb(172,7,250); }

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

background-color css

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

 a { background-color: rgb(172,7,250); }

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

border-color css

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

 span { border-color: rgb(172,7,250); }

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