Html Css Color HEX #AC05FA Electric Purple

📋 copy color: '#AC05FA'

red 172 ◦ green 5 ◦ blue 250

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

Shades of Electric Purple #AC05FA

Tints of Electric Purple #AC05FA

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.17%

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

R = 40.28%
G = 1.17%
B = 58.55%

CMYK

 C value IS 0.31

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AC05FA (or 0xAC05FA) is known color: Electric Purple. HEX triplet: AC, 05 and FA. RGB value is (172,5,250). Sum of RGB (Red+Green+Blue) = 172+5+250=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 5 (2.34% from 255 or 1.17% from 427); Blue value is 250 (98.05% from 255 or 58.55% from 427); Max value from RGB is 250 - color contains mainly: blue. Hex color #AC05FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC05FA is #53FA05. Grayscale: #525252. Windows color (decimal): -5503494 or 16385452. OLE color: 16385452.

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

Color convert

RGB 172 5 250 -
CMYK 0.31 0.98 0 0.02
HSL 280.9º 0.96% 0.5% -
HSV(B) 280.9º 0.98% 0.98% -
XYZ 34.32 15.78 91.68 -
YUV 82.86 222.33 191.58 -
System Red Green Blue C M Y K H S L
Decimal 172 5 250 0.31 0.98 0 0.02 280.9 0.96 0.5
Hex AC 5 FA 1F 62 0 2 119 60 32
Octal 254 5 372 37 142 0 2 431 140 62
Binary 10101100 101 11111010 11111 1100010 0 10 100011001 1100000 110010

Color Harmonies of #AC05FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC05FA

Black with #AC05FA

Text Example


Text Example

White with #AC05FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC05FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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