Html Css Color HEX #AB21FC Electric Purple

📋 copy color: '#AB21FC'

red 171 ◦ green 33 ◦ blue 252

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

Shades of Electric Purple #AB21FC

Tints of Electric Purple #AB21FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 55.26%

R = 37.5%
G = 7.24%
B = 55.26%

CMYK

 C value IS 0.32

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AB21FC (or 0xAB21FC) is known color: Electric Purple. HEX triplet: AB, 21 and FC. RGB value is (171,33,252). Sum of RGB (Red+Green+Blue) = 171+33+252=456 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.5% from 456); Green value is 33 (13.28% from 255 or 7.24% from 456); Blue value is 252 (98.83% from 255 or 55.26% from 456); Max value from RGB is 252 - color contains mainly: blue. Hex color #AB21FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB21FC is #54DE03. Grayscale: #626262. Windows color (decimal): -5561860 or 16523691. OLE color: 16523691.

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

Color convert

RGB 171 33 252 -
CMYK 0.32 0.87 0 0.01
HSL 277.81º 0.97% 0.56% -
HSV(B) 277.81º 0.87% 0.99% -
XYZ 34.91 16.77 93.49 -
YUV 99.23 214.22 179.19 -
System Red Green Blue C M Y K H S L
Decimal 171 33 252 0.32 0.87 0 0.01 277.81 0.97 0.56
Hex AB 21 FC 20 57 0 1 116 61 38
Octal 253 41 374 40 127 0 1 426 141 70
Binary 10101011 100001 11111100 100000 1010111 0 1 100010110 1100001 111000

Color Harmonies of #AB21FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB21FC

Black with #AB21FC

Text Example


Text Example

White with #AB21FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB21FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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