Html Css Color HEX #AC1BFB Electric Purple

📋 copy color: '#AC1BFB'

red 172 ◦ green 27 ◦ blue 251

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

Shades of Electric Purple #AC1BFB

Tints of Electric Purple #AC1BFB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6%

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

R = 38.22%
G = 6%
B = 55.78%

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

#AC1BFB (or 0xAC1BFB) is known color: Electric Purple. HEX triplet: AC, 1B and FB. RGB value is (172,27,251). Sum of RGB (Red+Green+Blue) = 172+27+251=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 27 (10.94% from 255 or 6% from 450); Blue value is 251 (98.44% from 255 or 55.78% from 450); Max value from RGB is 251 - color contains mainly: blue. Hex color #AC1BFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC1BFB is #53E404. Grayscale: #5F5F5F. Windows color (decimal): -5497861 or 16456620. OLE color: 16456620.

HSL color Cylindrical-coordinate representation of color #AC1BFB: hue angle of 278.84º 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 #AC1BFB is Cyan = 0.31, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 27 251 -
CMYK 0.31 0.89 0 0.02
HSL 278.84º 0.97% 0.55% -
HSV(B) 278.84º 0.89% 0.98% -
XYZ 34.82 16.52 92.62 -
YUV 95.89 215.54 182.29 -
System Red Green Blue C M Y K H S L
Decimal 172 27 251 0.31 0.89 0 0.02 278.84 0.97 0.55
Hex AC 1B FB 1F 59 0 2 117 61 37
Octal 254 33 373 37 131 0 2 427 141 67
Binary 10101100 11011 11111011 11111 1011001 0 10 100010111 1100001 110111

Color Harmonies of #AC1BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1BFB

Black with #AC1BFB

Text Example


Text Example

White with #AC1BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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