Html Css Color HEX #AB18FF Electric Purple

📋 copy color: '#AB18FF'

red 171 ◦ green 24 ◦ blue 255

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

Shades of Electric Purple #AB18FF

Tints of Electric Purple #AB18FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 56.67%

R = 38%
G = 5.33%
B = 56.67%

CMYK

 C value IS 0.33

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AB18FF (or 0xAB18FF) is known color: Electric Purple. HEX triplet: AB, 18 and FF. RGB value is (171,24,255). Sum of RGB (Red+Green+Blue) = 171+24+255=450 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38% from 450); Green value is 24 (9.77% from 255 or 5.33% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB18FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB18FF is #54E700. Grayscale: #5D5D5D. Windows color (decimal): -5564161 or 16717995. OLE color: 16717995.

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

Color convert

RGB 171 24 255 -
CMYK 0.33 0.91 0 0
HSL 278.18º 1% 0.55% -
HSV(B) 278.18º 0.91% 1% -
XYZ 35.17 16.53 95.94 -
YUV 94.29 218.7 182.72 -
System Red Green Blue C M Y K H S L
Decimal 171 24 255 0.33 0.91 0 0 278.18 1 0.55
Hex AB 18 FF 21 5B 0 0 116 64 37
Octal 253 30 377 41 133 0 0 426 144 67
Binary 10101011 11000 11111111 100001 1011011 0 0 100010110 1100100 110111

Color Harmonies of #AB18FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB18FF

Black with #AB18FF

Text Example


Text Example

White with #AB18FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB18FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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