Html Css Color HEX #AB21FB Electric Purple

📋 copy color: '#AB21FB'

red 171 ◦ green 33 ◦ blue 251

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

Shades of Electric Purple #AB21FB

Tints of Electric Purple #AB21FB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.25%

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

R = 37.58%
G = 7.25%
B = 55.16%

CMYK

 C value IS 0.32

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AB21FB (or 0xAB21FB) is known color: Electric Purple. HEX triplet: AB, 21 and FB. RGB value is (171,33,251). Sum of RGB (Red+Green+Blue) = 171+33+251=455 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.58% from 455); Green value is 33 (13.28% from 255 or 7.25% from 455); Blue value is 251 (98.44% from 255 or 55.16% from 455); Max value from RGB is 251 - color contains mainly: blue. Hex color #AB21FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB21FB is #54DE04. Grayscale: #626262. Windows color (decimal): -5561861 or 16458155. OLE color: 16458155.

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

Color convert

RGB 171 33 251 -
CMYK 0.32 0.87 0 0.02
HSL 277.98º 0.96% 0.56% -
HSV(B) 277.98º 0.87% 0.98% -
XYZ 34.75 16.71 92.66 -
YUV 99.11 213.72 179.27 -
System Red Green Blue C M Y K H S L
Decimal 171 33 251 0.32 0.87 0 0.02 277.98 0.96 0.56
Hex AB 21 FB 20 57 0 2 116 60 38
Octal 253 41 373 40 127 0 2 426 140 70
Binary 10101011 100001 11111011 100000 1010111 0 10 100010110 1100000 111000

Color Harmonies of #AB21FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB21FB

Black with #AB21FB

Text Example


Text Example

White with #AB21FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB21FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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