Html Css Color HEX #AB1EFA Electric Purple

📋 copy color: '#AB1EFA'

red 171 ◦ green 30 ◦ blue 250

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

Shades of Electric Purple #AB1EFA

Tints of Electric Purple #AB1EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 55.43%

R = 37.92%
G = 6.65%
B = 55.43%

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

#AB1EFA (or 0xAB1EFA) is known color: Electric Purple. HEX triplet: AB, 1E and FA. RGB value is (171,30,250). Sum of RGB (Red+Green+Blue) = 171+30+250=451 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.92% from 451); Green value is 30 (12.11% from 255 or 6.65% from 451); Blue value is 250 (98.05% from 255 or 55.43% from 451); Max value from RGB is 250 - color contains mainly: blue. Hex color #AB1EFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB1EFA is #54E105. Grayscale: #606060. Windows color (decimal): -5562630 or 16391851. OLE color: 16391851.

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

Color convert

RGB 171 30 250 -
CMYK 0.32 0.88 0 0.02
HSL 278.45º 0.96% 0.55% -
HSV(B) 278.45º 0.88% 0.98% -
XYZ 34.51 16.49 91.81 -
YUV 97.24 214.21 180.61 -
System Red Green Blue C M Y K H S L
Decimal 171 30 250 0.32 0.88 0 0.02 278.45 0.96 0.55
Hex AB 1E FA 20 58 0 2 116 60 37
Octal 253 36 372 40 130 0 2 426 140 67
Binary 10101011 11110 11111010 100000 1011000 0 10 100010110 1100000 110111

Color Harmonies of #AB1EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1EFA

Black with #AB1EFA

Text Example


Text Example

White with #AB1EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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