Html Css Color HEX #AB1AFC Electric Purple

📋 copy color: '#AB1AFC'

red 171 ◦ green 26 ◦ blue 252

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

Shades of Electric Purple #AB1AFC

Tints of Electric Purple #AB1AFC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.79%

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

R = 38.08%
G = 5.79%
B = 56.12%

CMYK

 C value IS 0.32

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AB1AFC (or 0xAB1AFC) is known color: Electric Purple. HEX triplet: AB, 1A and FC. RGB value is (171,26,252). Sum of RGB (Red+Green+Blue) = 171+26+252=449 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.08% from 449); Green value is 26 (10.55% from 255 or 5.79% from 449); Blue value is 252 (98.83% from 255 or 56.12% from 449); Max value from RGB is 252 - color contains mainly: blue. Hex color #AB1AFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB1AFC is #54E503. Grayscale: #5E5E5E. Windows color (decimal): -5563652 or 16521899. OLE color: 16521899.

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

Color convert

RGB 171 26 252 -
CMYK 0.32 0.90 0 0.01
HSL 278.5º 0.97% 0.55% -
HSV(B) 278.5º 0.9% 0.99% -
XYZ 34.73 16.42 93.44 -
YUV 95.12 216.54 182.12 -
System Red Green Blue C M Y K H S L
Decimal 171 26 252 0.32 0.90 0 0.01 278.5 0.97 0.55
Hex AB 1A FC 20 5A 0 1 116 61 37
Octal 253 32 374 40 132 0 1 426 141 67
Binary 10101011 11010 11111100 100000 1011010 0 1 100010110 1100001 110111

Color Harmonies of #AB1AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1AFC

Black with #AB1AFC

Text Example


Text Example

White with #AB1AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1AFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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