Html Css Color HEX #AB1AEC Electric Purple

📋 copy color: '#AB1AEC'

red 171 ◦ green 26 ◦ blue 236

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

Shades of Electric Purple #AB1AEC

Tints of Electric Purple #AB1AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 54.5%

R = 39.49%
G = 6%
B = 54.5%

CMYK

 C value IS 0.28

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AB1AEC (or 0xAB1AEC) is known color: Electric Purple. HEX triplet: AB, 1A and EC. RGB value is (171,26,236). Sum of RGB (Red+Green+Blue) = 171+26+236=433 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.49% from 433); Green value is 26 (10.55% from 255 or 6.00% from 433); Blue value is 236 (92.58% from 255 or 54.50% from 433); Max value from RGB is 236 - color contains mainly: blue. Hex color #AB1AEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB1AEC is #54E513. Grayscale: #5C5C5C. Windows color (decimal): -5563668 or 15473323. OLE color: 15473323.

HSL color Cylindrical-coordinate representation of color #AB1AEC: hue angle of 281.43º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB1AEC is Cyan = 0.28, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 171 26 236 -
CMYK 0.28 0.89 0 0.07
HSL 281.43º 0.85% 0.51% -
HSV(B) 281.43º 0.89% 0.93% -
XYZ 32.3 15.45 80.64 -
YUV 93.3 208.54 183.42 -
System Red Green Blue C M Y K H S L
Decimal 171 26 236 0.28 0.89 0 0.07 281.43 0.85 0.51
Hex AB 1A EC 1C 59 0 7 119 55 33
Octal 253 32 354 34 131 0 7 431 125 63
Binary 10101011 11010 11101100 11100 1011001 0 111 100011001 1010101 110011

Color Harmonies of #AB1AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1AEC

Black with #AB1AEC

Text Example


Text Example

White with #AB1AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1AEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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