Html Css Color HEX #AB1CFF Electric Purple

📋 copy color: '#AB1CFF'

red 171 ◦ green 28 ◦ blue 255

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

Shades of Electric Purple #AB1CFF

Tints of Electric Purple #AB1CFF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.17%

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

R = 37.67%
G = 6.17%
B = 56.17%

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

#AB1CFF (or 0xAB1CFF) is known color: Electric Purple. HEX triplet: AB, 1C and FF. RGB value is (171,28,255). Sum of RGB (Red+Green+Blue) = 171+28+255=454 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.67% from 454); Green value is 28 (11.33% from 255 or 6.17% from 454); Blue value is 255 (100% from 255 or 56.17% from 454); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB1CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB1CFF is #54E300. Grayscale: #5F5F5F. Windows color (decimal): -5563137 or 16719019. OLE color: 16719019.

HSL color Cylindrical-coordinate representation of color #AB1CFF: hue angle of 277.8º 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 #AB1CFF is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 171 28 255 -
CMYK 0.33 0.89 0 0
HSL 277.8º 1% 0.55% -
HSV(B) 277.8º 0.89% 1% -
XYZ 35.26 16.71 95.97 -
YUV 96.64 217.38 181.04 -
System Red Green Blue C M Y K H S L
Decimal 171 28 255 0.33 0.89 0 0 277.8 1 0.55
Hex AB 1C FF 21 59 0 0 116 64 37
Octal 253 34 377 41 131 0 0 426 144 67
Binary 10101011 11100 11111111 100001 1011001 0 0 100010110 1100100 110111

Color Harmonies of #AB1CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1CFF

Black with #AB1CFF

Text Example


Text Example

White with #AB1CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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