Html Css Color HEX #AB1CFB Electric Purple

📋 copy color: '#AB1CFB'

red 171 ◦ green 28 ◦ blue 251

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

Shades of Electric Purple #AB1CFB

Tints of Electric Purple #AB1CFB

RGB

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

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

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

R = 38%
G = 6.22%
B = 55.78%

CMYK

 C value IS 0.32

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AB1CFB (or 0xAB1CFB) is known color: Electric Purple. HEX triplet: AB, 1C and FB. RGB value is (171,28,251). Sum of RGB (Red+Green+Blue) = 171+28+251=450 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38% from 450); Green value is 28 (11.33% from 255 or 6.22% 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 #AB1CFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB1CFB is #54E304. Grayscale: #5F5F5F. Windows color (decimal): -5563141 or 16456875. OLE color: 16456875.

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

Color convert

RGB 171 28 251 -
CMYK 0.32 0.89 0 0.02
HSL 278.48º 0.97% 0.55% -
HSV(B) 278.48º 0.89% 0.98% -
XYZ 34.62 16.45 92.62 -
YUV 96.18 215.38 181.37 -
System Red Green Blue C M Y K H S L
Decimal 171 28 251 0.32 0.89 0 0.02 278.48 0.97 0.55
Hex AB 1C FB 20 59 0 2 116 61 37
Octal 253 34 373 40 131 0 2 426 141 67
Binary 10101011 11100 11111011 100000 1011001 0 10 100010110 1100001 110111

Color Harmonies of #AB1CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1CFB

Black with #AB1CFB

Text Example


Text Example

White with #AB1CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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