Html Css Color HEX #AB1FFC Electric Purple

📋 copy color: '#AB1FFC'

red 171 ◦ green 31 ◦ blue 252

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

Shades of Electric Purple #AB1FFC

Tints of Electric Purple #AB1FFC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.83%

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

R = 37.67%
G = 6.83%
B = 55.51%

CMYK

 C value IS 0.32

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AB1FFC (or 0xAB1FFC) is known color: Electric Purple. HEX triplet: AB, 1F and FC. RGB value is (171,31,252). Sum of RGB (Red+Green+Blue) = 171+31+252=454 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.67% from 454); Green value is 31 (12.5% from 255 or 6.83% from 454); Blue value is 252 (98.83% from 255 or 55.51% from 454); Max value from RGB is 252 - color contains mainly: blue. Hex color #AB1FFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB1FFC is #54E003. Grayscale: #616161. Windows color (decimal): -5562372 or 16523179. OLE color: 16523179.

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

Color convert

RGB 171 31 252 -
CMYK 0.32 0.88 0 0.01
HSL 278.01º 0.97% 0.55% -
HSV(B) 278.01º 0.88% 0.99% -
XYZ 34.86 16.67 93.48 -
YUV 98.05 214.88 180.03 -
System Red Green Blue C M Y K H S L
Decimal 171 31 252 0.32 0.88 0 0.01 278.01 0.97 0.55
Hex AB 1F FC 20 58 0 1 116 61 37
Octal 253 37 374 40 130 0 1 426 141 67
Binary 10101011 11111 11111100 100000 1011000 0 1 100010110 1100001 110111

Color Harmonies of #AB1FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1FFC

Black with #AB1FFC

Text Example


Text Example

White with #AB1FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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