Html Css Color HEX #AB1AFF Electric Purple

📋 copy color: '#AB1AFF'

red 171 ◦ green 26 ◦ blue 255

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

Shades of Electric Purple #AB1AFF

Tints of Electric Purple #AB1AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 56.42%

R = 37.83%
G = 5.75%
B = 56.42%

CMYK

 C value IS 0.33

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AB1AFF (or 0xAB1AFF) is known color: Electric Purple. HEX triplet: AB, 1A and FF. RGB value is (171,26,255). Sum of RGB (Red+Green+Blue) = 171+26+255=452 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.83% from 452); Green value is 26 (10.55% from 255 or 5.75% from 452); Blue value is 255 (100% from 255 or 56.42% from 452); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB1AFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB1AFF is #54E500. Grayscale: #5E5E5E. Windows color (decimal): -5563649 or 16718507. OLE color: 16718507.

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

Color convert

RGB 171 26 255 -
CMYK 0.33 0.90 0 0
HSL 277.99º 1% 0.55% -
HSV(B) 277.99º 0.9% 1% -
XYZ 35.21 16.62 95.96 -
YUV 95.46 218.04 181.88 -
System Red Green Blue C M Y K H S L
Decimal 171 26 255 0.33 0.90 0 0 277.99 1 0.55
Hex AB 1A FF 21 5A 0 0 116 64 37
Octal 253 32 377 41 132 0 0 426 144 67
Binary 10101011 11010 11111111 100001 1011010 0 0 100010110 1100100 110111

Color Harmonies of #AB1AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1AFF

Black with #AB1AFF

Text Example


Text Example

White with #AB1AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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