Html Css Color HEX #AC16FA Electric Purple

📋 copy color: '#AC16FA'

red 172 ◦ green 22 ◦ blue 250

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

Shades of Electric Purple #AC16FA

Tints of Electric Purple #AC16FA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.95%

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

R = 38.74%
G = 4.95%
B = 56.31%

CMYK

 C value IS 0.31

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AC16FA (or 0xAC16FA) is known color: Electric Purple. HEX triplet: AC, 16 and FA. RGB value is (172,22,250). Sum of RGB (Red+Green+Blue) = 172+22+250=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 22 (8.98% from 255 or 4.95% from 444); Blue value is 250 (98.05% from 255 or 56.31% from 444); Max value from RGB is 250 - color contains mainly: blue. Hex color #AC16FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC16FA is #53E905. Grayscale: #5C5C5C. Windows color (decimal): -5499142 or 16389804. OLE color: 16389804.

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

Color convert

RGB 172 22 250 -
CMYK 0.31 0.91 0 0.02
HSL 279.47º 0.96% 0.53% -
HSV(B) 279.47º 0.91% 0.98% -
XYZ 34.56 16.25 91.76 -
YUV 92.84 216.7 184.46 -
System Red Green Blue C M Y K H S L
Decimal 172 22 250 0.31 0.91 0 0.02 279.47 0.96 0.53
Hex AC 16 FA 1F 5B 0 2 117 60 35
Octal 254 26 372 37 133 0 2 427 140 65
Binary 10101100 10110 11111010 11111 1011011 0 10 100010111 1100000 110101

Color Harmonies of #AC16FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC16FA

Black with #AC16FA

Text Example


Text Example

White with #AC16FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC16FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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