Html Css Color HEX #AB1BFA Electric Purple

📋 copy color: '#AB1BFA'

red 171 ◦ green 27 ◦ blue 250

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

Shades of Electric Purple #AB1BFA

Tints of Electric Purple #AB1BFA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.03%

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

R = 38.17%
G = 6.03%
B = 55.8%

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

#AB1BFA (or 0xAB1BFA) is known color: Electric Purple. HEX triplet: AB, 1B and FA. RGB value is (171,27,250). Sum of RGB (Red+Green+Blue) = 171+27+250=448 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.17% from 448); Green value is 27 (10.94% from 255 or 6.03% from 448); Blue value is 250 (98.05% from 255 or 55.80% from 448); Max value from RGB is 250 - color contains mainly: blue. Hex color #AB1BFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB1BFA is #54E405. Grayscale: #5E5E5E. Windows color (decimal): -5563398 or 16391083. OLE color: 16391083.

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

Color convert

RGB 171 27 250 -
CMYK 0.32 0.89 0 0.02
HSL 278.74º 0.96% 0.54% -
HSV(B) 278.74º 0.89% 0.98% -
XYZ 34.44 16.34 91.78 -
YUV 95.48 215.21 181.87 -
System Red Green Blue C M Y K H S L
Decimal 171 27 250 0.32 0.89 0 0.02 278.74 0.96 0.54
Hex AB 1B FA 20 59 0 2 117 60 36
Octal 253 33 372 40 131 0 2 427 140 66
Binary 10101011 11011 11111010 100000 1011001 0 10 100010111 1100000 110110

Color Harmonies of #AB1BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1BFA

Black with #AB1BFA

Text Example


Text Example

White with #AB1BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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