Html Css Color HEX #AB11FA Electric Purple

📋 copy color: '#AB11FA'

red 171 ◦ green 17 ◦ blue 250

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

Shades of Electric Purple #AB11FA

Tints of Electric Purple #AB11FA

RGB

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

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

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

R = 39.04%
G = 3.88%
B = 57.08%

CMYK

 C value IS 0.32

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AB11FA (or 0xAB11FA) is known color: Electric Purple. HEX triplet: AB, 11 and FA. RGB value is (171,17,250). Sum of RGB (Red+Green+Blue) = 171+17+250=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 17 (7.03% from 255 or 3.88% from 438); Blue value is 250 (98.05% from 255 or 57.08% from 438); Max value from RGB is 250 - color contains mainly: blue. Hex color #AB11FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB11FA is #54EE05. Grayscale: #585858. Windows color (decimal): -5565958 or 16388523. OLE color: 16388523.

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

Color convert

RGB 171 17 250 -
CMYK 0.32 0.93 0 0.02
HSL 279.66º 0.96% 0.52% -
HSV(B) 279.66º 0.93% 0.98% -
XYZ 34.25 15.96 91.72 -
YUV 89.61 218.52 186.05 -
System Red Green Blue C M Y K H S L
Decimal 171 17 250 0.32 0.93 0 0.02 279.66 0.96 0.52
Hex AB 11 FA 20 5D 0 2 118 60 34
Octal 253 21 372 40 135 0 2 430 140 64
Binary 10101011 10001 11111010 100000 1011101 0 10 100011000 1100000 110100

Color Harmonies of #AB11FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB11FA

Black with #AB11FA

Text Example


Text Example

White with #AB11FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB11FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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