Html Css Color HEX #AB1EF4 Electric Purple

📋 copy color: '#AB1EF4'

red 171 ◦ green 30 ◦ blue 244

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

Shades of Electric Purple #AB1EF4

Tints of Electric Purple #AB1EF4

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.74%

 BLUE value IS 244 (95.7% from 255) = 54.83%

R = 38.43%
G = 6.74%
B = 54.83%

CMYK

 C value IS 0.30

 M value IS 0.88

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AB1EF4 (or 0xAB1EF4) is known color: Electric Purple. HEX triplet: AB, 1E and F4. RGB value is (171,30,244). Sum of RGB (Red+Green+Blue) = 171+30+244=445 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.43% from 445); Green value is 30 (12.11% from 255 or 6.74% from 445); Blue value is 244 (95.70% from 255 or 54.83% from 445); Max value from RGB is 244 - color contains mainly: blue. Hex color #AB1EF4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB1EF4 is #54E10B. Grayscale: #5F5F5F. Windows color (decimal): -5562636 or 15998635. OLE color: 15998635.

HSL color Cylindrical-coordinate representation of color #AB1EF4: hue angle of 279.53º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB1EF4 is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 171 30 244 -
CMYK 0.30 0.88 0 0.04
HSL 279.53º 0.91% 0.54% -
HSV(B) 279.53º 0.88% 0.96% -
XYZ 33.59 16.12 86.93 -
YUV 96.56 211.21 181.1 -
System Red Green Blue C M Y K H S L
Decimal 171 30 244 0.30 0.88 0 0.04 279.53 0.91 0.54
Hex AB 1E F4 1E 58 0 4 118 5B 36
Octal 253 36 364 36 130 0 4 430 133 66
Binary 10101011 11110 11110100 11110 1011000 0 100 100011000 1011011 110110

Color Harmonies of #AB1EF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1EF4

Black with #AB1EF4

Text Example


Text Example

White with #AB1EF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1EF4; }

 p { color: rgb(171,30,244); }

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

background-color css

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

 a { background-color: rgb(171,30,244); }

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

border-color css

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

 span { border-color: rgb(171,30,244); }

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