Html Css Color HEX #AB1CEC Electric Purple

📋 copy color: '#AB1CEC'

red 171 ◦ green 28 ◦ blue 236

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

Shades of Electric Purple #AB1CEC

Tints of Electric Purple #AB1CEC

RGB

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

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

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

R = 39.31%
G = 6.44%
B = 54.25%

CMYK

 C value IS 0.28

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AB1CEC (or 0xAB1CEC) is known color: Electric Purple. HEX triplet: AB, 1C and EC. RGB value is (171,28,236). Sum of RGB (Red+Green+Blue) = 171+28+236=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 28 (11.33% from 255 or 6.44% from 435); Blue value is 236 (92.58% from 255 or 54.25% from 435); Max value from RGB is 236 - color contains mainly: blue. Hex color #AB1CEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB1CEC is #54E313. Grayscale: #5D5D5D. Windows color (decimal): -5563156 or 15473835. OLE color: 15473835.

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

Color convert

RGB 171 28 236 -
CMYK 0.28 0.88 0 0.07
HSL 281.25º 0.85% 0.52% -
HSV(B) 281.25º 0.88% 0.93% -
XYZ 32.35 15.54 80.65 -
YUV 94.47 207.88 182.59 -
System Red Green Blue C M Y K H S L
Decimal 171 28 236 0.28 0.88 0 0.07 281.25 0.85 0.52
Hex AB 1C EC 1C 58 0 7 119 55 34
Octal 253 34 354 34 130 0 7 431 125 64
Binary 10101011 11100 11101100 11100 1011000 0 111 100011001 1010101 110100

Color Harmonies of #AB1CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1CEC

Black with #AB1CEC

Text Example


Text Example

White with #AB1CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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