Html Css Color HEX #AB23FE Electric Purple

📋 copy color: '#AB23FE'

red 171 ◦ green 35 ◦ blue 254

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

Shades of Electric Purple #AB23FE

Tints of Electric Purple #AB23FE

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.61%

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

R = 37.17%
G = 7.61%
B = 55.22%

CMYK

 C value IS 0.33

 M value IS 0.86

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AB23FE (or 0xAB23FE) is known color: Electric Purple. HEX triplet: AB, 23 and FE. RGB value is (171,35,254). Sum of RGB (Red+Green+Blue) = 171+35+254=460 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.17% from 460); Green value is 35 (14.06% from 255 or 7.61% from 460); Blue value is 254 (99.61% from 255 or 55.22% from 460); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB23FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB23FE is #54DC01. Grayscale: #636363. Windows color (decimal): -5561346 or 16655275. OLE color: 16655275.

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

Color convert

RGB 171 35 254 -
CMYK 0.33 0.86 0 0.00
HSL 277.26º 0.99% 0.57% -
HSV(B) 277.26º 0.86% 1% -
XYZ 35.29 17.02 95.19 -
YUV 100.63 214.56 178.19 -
System Red Green Blue C M Y K H S L
Decimal 171 35 254 0.33 0.86 0 0.00 277.26 0.99 0.57
Hex AB 23 FE 21 56 0 0 115 63 39
Octal 253 43 376 41 126 0 0 425 143 71
Binary 10101011 100011 11111110 100001 1010110 0 0 100010101 1100011 111001

Color Harmonies of #AB23FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB23FE

Black with #AB23FE

Text Example


Text Example

White with #AB23FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB23FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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