Html Css Color HEX #AC09FA Electric Purple

📋 copy color: '#AC09FA'

red 172 ◦ green 9 ◦ blue 250

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

Shades of Electric Purple #AC09FA

Tints of Electric Purple #AC09FA

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.09%

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

R = 39.91%
G = 2.09%
B = 58%

CMYK

 C value IS 0.31

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AC09FA (or 0xAC09FA) is known color: Electric Purple. HEX triplet: AC, 09 and FA. RGB value is (172,9,250). Sum of RGB (Red+Green+Blue) = 172+9+250=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 9 (3.91% from 255 or 2.09% from 431); Blue value is 250 (98.05% from 255 or 58.00% from 431); Max value from RGB is 250 - color contains mainly: blue. Hex color #AC09FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC09FA is #53F605. Grayscale: #545454. Windows color (decimal): -5502470 or 16386476. OLE color: 16386476.

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

Color convert

RGB 172 9 250 -
CMYK 0.31 0.96 0 0.02
HSL 280.58º 0.96% 0.51% -
HSV(B) 280.58º 0.96% 0.98% -
XYZ 34.37 15.87 91.69 -
YUV 85.21 221 189.9 -
System Red Green Blue C M Y K H S L
Decimal 172 9 250 0.31 0.96 0 0.02 280.58 0.96 0.51
Hex AC 9 FA 1F 60 0 2 119 60 33
Octal 254 11 372 37 140 0 2 431 140 63
Binary 10101100 1001 11111010 11111 1100000 0 10 100011001 1100000 110011

Color Harmonies of #AC09FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC09FA

Black with #AC09FA

Text Example


Text Example

White with #AC09FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC09FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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