Html Css Color HEX #AC1CFB Electric Purple

📋 copy color: '#AC1CFB'

red 172 ◦ green 28 ◦ blue 251

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

Shades of Electric Purple #AC1CFB

Tints of Electric Purple #AC1CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 55.65%

R = 38.14%
G = 6.21%
B = 55.65%

CMYK

 C value IS 0.31

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AC1CFB (or 0xAC1CFB) is known color: Electric Purple. HEX triplet: AC, 1C and FB. RGB value is (172,28,251). Sum of RGB (Red+Green+Blue) = 172+28+251=451 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.14% from 451); Green value is 28 (11.33% from 255 or 6.21% from 451); Blue value is 251 (98.44% from 255 or 55.65% from 451); Max value from RGB is 251 - color contains mainly: blue. Hex color #AC1CFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC1CFB is #53E304. Grayscale: #5F5F5F. Windows color (decimal): -5497605 or 16456876. OLE color: 16456876.

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

Color convert

RGB 172 28 251 -
CMYK 0.31 0.89 0 0.02
HSL 278.74º 0.97% 0.55% -
HSV(B) 278.74º 0.89% 0.98% -
XYZ 34.84 16.57 92.63 -
YUV 96.48 215.21 181.87 -
System Red Green Blue C M Y K H S L
Decimal 172 28 251 0.31 0.89 0 0.02 278.74 0.97 0.55
Hex AC 1C FB 1F 59 0 2 117 61 37
Octal 254 34 373 37 131 0 2 427 141 67
Binary 10101100 11100 11111011 11111 1011001 0 10 100010111 1100001 110111

Color Harmonies of #AC1CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1CFB

Black with #AC1CFB

Text Example


Text Example

White with #AC1CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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