Html Css Color HEX #AC1AF2 Electric Purple

📋 copy color: '#AC1AF2'

red 172 ◦ green 26 ◦ blue 242

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

Shades of Electric Purple #AC1AF2

Tints of Electric Purple #AC1AF2

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.91%

 BLUE value IS 242 (94.92% from 255) = 55%

R = 39.09%
G = 5.91%
B = 55%

CMYK

 C value IS 0.29

 M value IS 0.89

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AC1AF2 (or 0xAC1AF2) is known color: Electric Purple. HEX triplet: AC, 1A and F2. RGB value is (172,26,242). Sum of RGB (Red+Green+Blue) = 172+26+242=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 26 (10.55% from 255 or 5.91% from 440); Blue value is 242 (94.92% from 255 or 55% from 440); Max value from RGB is 242 - color contains mainly: blue. Hex color #AC1AF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC1AF2 is #53E50D. Grayscale: #5D5D5D. Windows color (decimal): -5498126 or 15866540. OLE color: 15866540.

HSL color Cylindrical-coordinate representation of color #AC1AF2: hue angle of 280.56º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC1AF2 is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 26 242 -
CMYK 0.29 0.89 0 0.05
HSL 280.56º 0.89% 0.53% -
HSV(B) 280.56º 0.89% 0.95% -
XYZ 33.41 15.92 85.32 -
YUV 94.28 211.37 183.44 -
System Red Green Blue C M Y K H S L
Decimal 172 26 242 0.29 0.89 0 0.05 280.56 0.89 0.53
Hex AC 1A F2 1D 59 0 5 119 59 35
Octal 254 32 362 35 131 0 5 431 131 65
Binary 10101100 11010 11110010 11101 1011001 0 101 100011001 1011001 110101

Color Harmonies of #AC1AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1AF2

Black with #AC1AF2

Text Example


Text Example

White with #AC1AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1AF2; }

 p { color: rgb(172,26,242); }

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

background-color css

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

 a { background-color: rgb(172,26,242); }

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

border-color css

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

 span { border-color: rgb(172,26,242); }

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