Html Css Color HEX #AB18FE Electric Purple

📋 copy color: '#AB18FE'

red 171 ◦ green 24 ◦ blue 254

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

Shades of Electric Purple #AB18FE

Tints of Electric Purple #AB18FE

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.35%

 BLUE value IS 254 (99.61% from 255) = 56.57%

R = 38.08%
G = 5.35%
B = 56.57%

CMYK

 C value IS 0.33

 M value IS 0.91

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AB18FE (or 0xAB18FE) is known color: Electric Purple. HEX triplet: AB, 18 and FE. RGB value is (171,24,254). Sum of RGB (Red+Green+Blue) = 171+24+254=449 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.08% from 449); Green value is 24 (9.77% from 255 or 5.35% from 449); Blue value is 254 (99.61% from 255 or 56.57% from 449); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB18FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB18FE is #54E701. Grayscale: #5D5D5D. Windows color (decimal): -5564162 or 16652459. OLE color: 16652459.

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

Color convert

RGB 171 24 254 -
CMYK 0.33 0.91 0 0.00
HSL 278.35º 0.99% 0.55% -
HSV(B) 278.35º 0.91% 1% -
XYZ 35.01 16.47 95.1 -
YUV 94.17 218.2 182.8 -
System Red Green Blue C M Y K H S L
Decimal 171 24 254 0.33 0.91 0 0.00 278.35 0.99 0.55
Hex AB 18 FE 21 5B 0 0 116 63 37
Octal 253 30 376 41 133 0 0 426 143 67
Binary 10101011 11000 11111110 100001 1011011 0 0 100010110 1100011 110111

Color Harmonies of #AB18FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB18FE

Black with #AB18FE

Text Example


Text Example

White with #AB18FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB18FE; }

 p { color: rgb(171,24,254); }

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

background-color css

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

 a { background-color: rgb(171,24,254); }

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

border-color css

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

 span { border-color: rgb(171,24,254); }

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