Html Css Color HEX #AC1DF2 Electric Purple

📋 copy color: '#AC1DF2'

red 172 ◦ green 29 ◦ blue 242

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

Shades of Electric Purple #AC1DF2

Tints of Electric Purple #AC1DF2

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.55%

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

R = 38.83%
G = 6.55%
B = 54.63%

CMYK

 C value IS 0.29

 M value IS 0.88

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AC1DF2 (or 0xAC1DF2) is known color: Electric Purple. HEX triplet: AC, 1D and F2. RGB value is (172,29,242). Sum of RGB (Red+Green+Blue) = 172+29+242=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 29 (11.72% from 255 or 6.55% from 443); Blue value is 242 (94.92% from 255 or 54.63% from 443); Max value from RGB is 242 - color contains mainly: blue. Hex color #AC1DF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC1DF2 is #53E20D. Grayscale: #5F5F5F. Windows color (decimal): -5497358 or 15867308. OLE color: 15867308.

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

Color convert

RGB 172 29 242 -
CMYK 0.29 0.88 0 0.05
HSL 280.28º 0.89% 0.53% -
HSV(B) 280.28º 0.88% 0.95% -
XYZ 33.48 16.06 85.34 -
YUV 96.04 210.38 182.18 -
System Red Green Blue C M Y K H S L
Decimal 172 29 242 0.29 0.88 0 0.05 280.28 0.89 0.53
Hex AC 1D F2 1D 58 0 5 118 59 35
Octal 254 35 362 35 130 0 5 430 131 65
Binary 10101100 11101 11110010 11101 1011000 0 101 100011000 1011001 110101

Color Harmonies of #AC1DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1DF2

Black with #AC1DF2

Text Example


Text Example

White with #AC1DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1DF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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