Html Css Color HEX #AB1EEF Electric Purple

📋 copy color: '#AB1EEF'

red 171 ◦ green 30 ◦ blue 239

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

Shades of Electric Purple #AB1EEF

Tints of Electric Purple #AB1EEF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.82%

 BLUE value IS 239 (93.75% from 255) = 54.32%

R = 38.86%
G = 6.82%
B = 54.32%

CMYK

 C value IS 0.28

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AB1EEF (or 0xAB1EEF) is known color: Electric Purple. HEX triplet: AB, 1E and EF. RGB value is (171,30,239). Sum of RGB (Red+Green+Blue) = 171+30+239=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 30 (12.11% from 255 or 6.82% from 440); Blue value is 239 (93.75% from 255 or 54.32% from 440); Max value from RGB is 239 - color contains mainly: blue. Hex color #AB1EEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB1EEF is #54E110. Grayscale: #5F5F5F. Windows color (decimal): -5562641 or 15670955. OLE color: 15670955.

HSL color Cylindrical-coordinate representation of color #AB1EEF: hue angle of 280.48º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB1EEF is Cyan = 0.28, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 171 30 239 -
CMYK 0.28 0.87 0 0.06
HSL 280.48º 0.87% 0.53% -
HSV(B) 280.48º 0.87% 0.94% -
XYZ 32.84 15.82 82.98 -
YUV 95.99 208.71 181.51 -
System Red Green Blue C M Y K H S L
Decimal 171 30 239 0.28 0.87 0 0.06 280.48 0.87 0.53
Hex AB 1E EF 1C 57 0 6 118 57 35
Octal 253 36 357 34 127 0 6 430 127 65
Binary 10101011 11110 11101111 11100 1010111 0 110 100011000 1010111 110101

Color Harmonies of #AB1EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1EEF

Black with #AB1EEF

Text Example


Text Example

White with #AB1EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1EEF; }

 p { color: rgb(171,30,239); }

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

background-color css

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

 a { background-color: rgb(171,30,239); }

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

border-color css

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

 span { border-color: rgb(171,30,239); }

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