Html Css Color HEX #AB18FB Electric Purple

📋 copy color: '#AB18FB'

red 171 ◦ green 24 ◦ blue 251

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

Shades of Electric Purple #AB18FB

Tints of Electric Purple #AB18FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 56.28%

R = 38.34%
G = 5.38%
B = 56.28%

CMYK

 C value IS 0.32

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AB18FB (or 0xAB18FB) is known color: Electric Purple. HEX triplet: AB, 18 and FB. RGB value is (171,24,251). Sum of RGB (Red+Green+Blue) = 171+24+251=446 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.34% from 446); Green value is 24 (9.77% from 255 or 5.38% from 446); Blue value is 251 (98.44% from 255 or 56.28% from 446); Max value from RGB is 251 - color contains mainly: blue. Hex color #AB18FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB18FB is #54E704. Grayscale: #5D5D5D. Windows color (decimal): -5564165 or 16455851. OLE color: 16455851.

HSL color Cylindrical-coordinate representation of color #AB18FB: hue angle of 278.85º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB18FB is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 171 24 251 -
CMYK 0.32 0.90 0 0.02
HSL 278.85º 0.97% 0.54% -
HSV(B) 278.85º 0.9% 0.98% -
XYZ 34.53 16.28 92.59 -
YUV 93.83 216.7 183.04 -
System Red Green Blue C M Y K H S L
Decimal 171 24 251 0.32 0.90 0 0.02 278.85 0.97 0.54
Hex AB 18 FB 20 5A 0 2 117 61 36
Octal 253 30 373 40 132 0 2 427 141 66
Binary 10101011 11000 11111011 100000 1011010 0 10 100010111 1100001 110110

Color Harmonies of #AB18FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB18FB

Black with #AB18FB

Text Example


Text Example

White with #AB18FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB18FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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