Html Css Color HEX #AB1BFF Electric Purple

📋 copy color: '#AB1BFF'

red 171 ◦ green 27 ◦ blue 255

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

Shades of Electric Purple #AB1BFF

Tints of Electric Purple #AB1BFF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.96%

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

R = 37.75%
G = 5.96%
B = 56.29%

CMYK

 C value IS 0.33

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AB1BFF (or 0xAB1BFF) is known color: Electric Purple. HEX triplet: AB, 1B and FF. RGB value is (171,27,255). Sum of RGB (Red+Green+Blue) = 171+27+255=453 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.75% from 453); Green value is 27 (10.94% from 255 or 5.96% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB1BFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB1BFF is #54E400. Grayscale: #5F5F5F. Windows color (decimal): -5563393 or 16718763. OLE color: 16718763.

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

Color convert

RGB 171 27 255 -
CMYK 0.33 0.89 0 0
HSL 277.89º 1% 0.55% -
HSV(B) 277.89º 0.89% 1% -
XYZ 35.24 16.66 95.97 -
YUV 96.05 217.71 181.46 -
System Red Green Blue C M Y K H S L
Decimal 171 27 255 0.33 0.89 0 0 277.89 1 0.55
Hex AB 1B FF 21 59 0 0 116 64 37
Octal 253 33 377 41 131 0 0 426 144 67
Binary 10101011 11011 11111111 100001 1011001 0 0 100010110 1100100 110111

Color Harmonies of #AB1BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1BFF

Black with #AB1BFF

Text Example


Text Example

White with #AB1BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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