Html Css Color HEX #AB11FC Electric Purple

📋 copy color: '#AB11FC'

red 171 ◦ green 17 ◦ blue 252

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

Shades of Electric Purple #AB11FC

Tints of Electric Purple #AB11FC

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.86%

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

R = 38.86%
G = 3.86%
B = 57.27%

CMYK

 C value IS 0.32

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AB11FC (or 0xAB11FC) is known color: Electric Purple. HEX triplet: AB, 11 and FC. RGB value is (171,17,252). Sum of RGB (Red+Green+Blue) = 171+17+252=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 17 (7.03% from 255 or 3.86% from 440); Blue value is 252 (98.83% from 255 or 57.27% from 440); Max value from RGB is 252 - color contains mainly: blue. Hex color #AB11FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB11FC is #54EE03. Grayscale: #595959. Windows color (decimal): -5565956 or 16519595. OLE color: 16519595.

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

Color convert

RGB 171 17 252 -
CMYK 0.32 0.93 0 0.01
HSL 279.32º 0.98% 0.53% -
HSV(B) 279.32º 0.93% 0.99% -
XYZ 34.57 16.09 93.38 -
YUV 89.84 219.52 185.89 -
System Red Green Blue C M Y K H S L
Decimal 171 17 252 0.32 0.93 0 0.01 279.32 0.98 0.53
Hex AB 11 FC 20 5D 0 1 117 62 35
Octal 253 21 374 40 135 0 1 427 142 65
Binary 10101011 10001 11111100 100000 1011101 0 1 100010111 1100010 110101

Color Harmonies of #AB11FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB11FC

Black with #AB11FC

Text Example


Text Example

White with #AB11FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB11FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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