Html Css Color HEX #AB1DFB Electric Purple

📋 copy color: '#AB1DFB'

red 171 ◦ green 29 ◦ blue 251

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

Shades of Electric Purple #AB1DFB

Tints of Electric Purple #AB1DFB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.43%

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

R = 37.92%
G = 6.43%
B = 55.65%

CMYK

 C value IS 0.32

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AB1DFB (or 0xAB1DFB) is known color: Electric Purple. HEX triplet: AB, 1D and FB. RGB value is (171,29,251). Sum of RGB (Red+Green+Blue) = 171+29+251=451 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.92% from 451); Green value is 29 (11.72% from 255 or 6.43% 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 #AB1DFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB1DFB is #54E204. Grayscale: #606060. Windows color (decimal): -5562885 or 16457131. OLE color: 16457131.

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

Color convert

RGB 171 29 251 -
CMYK 0.32 0.88 0 0.02
HSL 278.38º 0.97% 0.55% -
HSV(B) 278.38º 0.88% 0.98% -
XYZ 34.65 16.5 92.63 -
YUV 96.77 215.04 180.95 -
System Red Green Blue C M Y K H S L
Decimal 171 29 251 0.32 0.88 0 0.02 278.38 0.97 0.55
Hex AB 1D FB 20 58 0 2 116 61 37
Octal 253 35 373 40 130 0 2 426 141 67
Binary 10101011 11101 11111011 100000 1011000 0 10 100010110 1100001 110111

Color Harmonies of #AB1DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1DFB

Black with #AB1DFB

Text Example


Text Example

White with #AB1DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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