Html Css Color HEX #AC1CFD Electric Purple

📋 copy color: '#AC1CFD'

red 172 ◦ green 28 ◦ blue 253

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

Shades of Electric Purple #AC1CFD

Tints of Electric Purple #AC1CFD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.18%

 BLUE value IS 253 (99.22% from 255) = 55.85%

R = 37.97%
G = 6.18%
B = 55.85%

CMYK

 C value IS 0.32

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AC1CFD (or 0xAC1CFD) is known color: Electric Purple. HEX triplet: AC, 1C and FD. RGB value is (172,28,253). Sum of RGB (Red+Green+Blue) = 172+28+253=453 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.97% from 453); Green value is 28 (11.33% from 255 or 6.18% from 453); Blue value is 253 (99.22% from 255 or 55.85% from 453); Max value from RGB is 253 - color contains mainly: blue. Hex color #AC1CFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC1CFD is #53E302. Grayscale: #5F5F5F. Windows color (decimal): -5497603 or 16587948. OLE color: 16587948.

HSL color Cylindrical-coordinate representation of color #AC1CFD: hue angle of 278.4º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC1CFD is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 172 28 253 -
CMYK 0.32 0.89 0 0.01
HSL 278.4º 0.98% 0.55% -
HSV(B) 278.4º 0.89% 0.99% -
XYZ 35.16 16.69 94.3 -
YUV 96.71 216.21 181.7 -
System Red Green Blue C M Y K H S L
Decimal 172 28 253 0.32 0.89 0 0.01 278.4 0.98 0.55
Hex AC 1C FD 20 59 0 1 116 62 37
Octal 254 34 375 40 131 0 1 426 142 67
Binary 10101100 11100 11111101 100000 1011001 0 1 100010110 1100010 110111

Color Harmonies of #AC1CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1CFD

Black with #AC1CFD

Text Example


Text Example

White with #AC1CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1CFD; }

 p { color: rgb(172,28,253); }

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

background-color css

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

 a { background-color: rgb(172,28,253); }

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

border-color css

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

 span { border-color: rgb(172,28,253); }

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