Html Css Color HEX #AB1CFC Electric Purple

📋 copy color: '#AB1CFC'

red 171 ◦ green 28 ◦ blue 252

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

Shades of Electric Purple #AB1CFC

Tints of Electric Purple #AB1CFC

RGB

 RED value IS 171 (67.19% from 255) = 37.92%

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

 BLUE value IS 252 (98.83% from 255) = 55.88%

R = 37.92%
G = 6.21%
B = 55.88%

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

#AB1CFC (or 0xAB1CFC) is known color: Electric Purple. HEX triplet: AB, 1C and FC. RGB value is (171,28,252). Sum of RGB (Red+Green+Blue) = 171+28+252=451 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.92% from 451); Green value is 28 (11.33% from 255 or 6.21% from 451); Blue value is 252 (98.83% from 255 or 55.88% from 451); Max value from RGB is 252 - color contains mainly: blue. Hex color #AB1CFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB1CFC is #54E303. Grayscale: #5F5F5F. Windows color (decimal): -5563140 or 16522411. OLE color: 16522411.

HSL color Cylindrical-coordinate representation of color #AB1CFC: hue angle of 278.3º degrees, saturation: 0.97, 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 #AB1CFC is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 171 28 252 -
CMYK 0.32 0.89 0 0.01
HSL 278.3º 0.97% 0.55% -
HSV(B) 278.3º 0.89% 0.99% -
XYZ 34.78 16.52 93.45 -
YUV 96.29 215.88 181.29 -
System Red Green Blue C M Y K H S L
Decimal 171 28 252 0.32 0.89 0 0.01 278.3 0.97 0.55
Hex AB 1C FC 20 59 0 1 116 61 37
Octal 253 34 374 40 131 0 1 426 141 67
Binary 10101011 11100 11111100 100000 1011001 0 1 100010110 1100001 110111

Color Harmonies of #AB1CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1CFC

Black with #AB1CFC

Text Example


Text Example

White with #AB1CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1CFC; }

 p { color: rgb(171,28,252); }

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

background-color css

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

 a { background-color: rgb(171,28,252); }

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

border-color css

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

 span { border-color: rgb(171,28,252); }

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