Html Css Color HEX #AB1FFF Electric Purple

📋 copy color: '#AB1FFF'

red 171 ◦ green 31 ◦ blue 255

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

Shades of Electric Purple #AB1FFF

Tints of Electric Purple #AB1FFF

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.78%

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

R = 37.42%
G = 6.78%
B = 55.8%

CMYK

 C value IS 0.33

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AB1FFF (or 0xAB1FFF) is known color: Electric Purple. HEX triplet: AB, 1F and FF. RGB value is (171,31,255). Sum of RGB (Red+Green+Blue) = 171+31+255=457 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.42% from 457); Green value is 31 (12.5% from 255 or 6.78% from 457); Blue value is 255 (100% from 255 or 55.80% from 457); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB1FFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB1FFF is #54E000. Grayscale: #616161. Windows color (decimal): -5562369 or 16719787. OLE color: 16719787.

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

Color convert

RGB 171 31 255 -
CMYK 0.33 0.88 0 0
HSL 277.5º 1% 0.56% -
HSV(B) 277.5º 0.88% 1% -
XYZ 35.33 16.86 96 -
YUV 98.4 216.38 179.79 -
System Red Green Blue C M Y K H S L
Decimal 171 31 255 0.33 0.88 0 0 277.5 1 0.56
Hex AB 1F FF 21 58 0 0 116 64 38
Octal 253 37 377 41 130 0 0 426 144 70
Binary 10101011 11111 11111111 100001 1011000 0 0 100010110 1100100 111000

Color Harmonies of #AB1FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1FFF

Black with #AB1FFF

Text Example


Text Example

White with #AB1FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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