Html Css Color HEX #AB24FF Electric Purple

📋 copy color: '#AB24FF'

red 171 ◦ green 36 ◦ blue 255

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

Shades of Electric Purple #AB24FF

Tints of Electric Purple #AB24FF

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.79%

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

R = 37.01%
G = 7.79%
B = 55.19%

CMYK

 C value IS 0.33

 M value IS 0.86

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AB24FF (or 0xAB24FF) is known color: Electric Purple. HEX triplet: AB, 24 and FF. RGB value is (171,36,255). Sum of RGB (Red+Green+Blue) = 171+36+255=462 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.01% from 462); Green value is 36 (14.45% from 255 or 7.79% from 462); Blue value is 255 (100% from 255 or 55.19% from 462); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB24FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB24FF is #54DB00. Grayscale: #646464. Windows color (decimal): -5561089 or 16721067. OLE color: 16721067.

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

Color convert

RGB 171 36 255 -
CMYK 0.33 0.86 0 0
HSL 276.99º 1% 0.57% -
HSV(B) 276.99º 0.86% 1% -
XYZ 35.48 17.14 96.05 -
YUV 101.33 214.73 177.69 -
System Red Green Blue C M Y K H S L
Decimal 171 36 255 0.33 0.86 0 0 276.99 1 0.57
Hex AB 24 FF 21 56 0 0 115 64 39
Octal 253 44 377 41 126 0 0 425 144 71
Binary 10101011 100100 11111111 100001 1010110 0 0 100010101 1100100 111001

Color Harmonies of #AB24FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB24FF

Black with #AB24FF

Text Example


Text Example

White with #AB24FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB24FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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