Html Css Color HEX #AB15FF Electric Purple

📋 copy color: '#AB15FF'

red 171 ◦ green 21 ◦ blue 255

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

Shades of Electric Purple #AB15FF

Tints of Electric Purple #AB15FF

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.7%

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

R = 38.26%
G = 4.7%
B = 57.05%

CMYK

 C value IS 0.33

 M value IS 0.92

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AB15FF (or 0xAB15FF) is known color: Electric Purple. HEX triplet: AB, 15 and FF. RGB value is (171,21,255). Sum of RGB (Red+Green+Blue) = 171+21+255=447 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.26% from 447); Green value is 21 (8.59% from 255 or 4.70% from 447); Blue value is 255 (100% from 255 or 57.05% from 447); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB15FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB15FF is #54EA00. Grayscale: #5B5B5B. Windows color (decimal): -5564929 or 16717227. OLE color: 16717227.

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

Color convert

RGB 171 21 255 -
CMYK 0.33 0.92 0 0
HSL 278.46º 1% 0.54% -
HSV(B) 278.46º 0.92% 1% -
XYZ 35.11 16.41 95.93 -
YUV 92.53 219.7 183.97 -
System Red Green Blue C M Y K H S L
Decimal 171 21 255 0.33 0.92 0 0 278.46 1 0.54
Hex AB 15 FF 21 5C 0 0 116 64 36
Octal 253 25 377 41 134 0 0 426 144 66
Binary 10101011 10101 11111111 100001 1011100 0 0 100010110 1100100 110110

Color Harmonies of #AB15FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB15FF

Black with #AB15FF

Text Example


Text Example

White with #AB15FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB15FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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