Html Css Color HEX #AB17FC Electric Purple

📋 copy color: '#AB17FC'

red 171 ◦ green 23 ◦ blue 252

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

Shades of Electric Purple #AB17FC

Tints of Electric Purple #AB17FC

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.16%

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

R = 38.34%
G = 5.16%
B = 56.5%

CMYK

 C value IS 0.32

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AB17FC (or 0xAB17FC) is known color: Electric Purple. HEX triplet: AB, 17 and FC. RGB value is (171,23,252). Sum of RGB (Red+Green+Blue) = 171+23+252=446 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.34% from 446); Green value is 23 (9.38% from 255 or 5.16% from 446); Blue value is 252 (98.83% from 255 or 56.50% from 446); Max value from RGB is 252 - color contains mainly: blue. Hex color #AB17FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB17FC is #54E803. Grayscale: #5C5C5C. Windows color (decimal): -5564420 or 16521131. OLE color: 16521131.

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

Color convert

RGB 171 23 252 -
CMYK 0.32 0.91 0 0.01
HSL 278.78º 0.97% 0.54% -
HSV(B) 278.78º 0.91% 0.99% -
XYZ 34.67 16.3 93.41 -
YUV 93.36 217.53 183.38 -
System Red Green Blue C M Y K H S L
Decimal 171 23 252 0.32 0.91 0 0.01 278.78 0.97 0.54
Hex AB 17 FC 20 5B 0 1 117 61 36
Octal 253 27 374 40 133 0 1 427 141 66
Binary 10101011 10111 11111100 100000 1011011 0 1 100010111 1100001 110110

Color Harmonies of #AB17FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB17FC

Black with #AB17FC

Text Example


Text Example

White with #AB17FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB17FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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