Html Css Color HEX #AB23FF Electric Purple

📋 copy color: '#AB23FF'

red 171 ◦ green 35 ◦ blue 255

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

Shades of Electric Purple #AB23FF

Tints of Electric Purple #AB23FF

RGB

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

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

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

R = 37.09%
G = 7.59%
B = 55.31%

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

#AB23FF (or 0xAB23FF) is known color: Electric Purple. HEX triplet: AB, 23 and FF. RGB value is (171,35,255). Sum of RGB (Red+Green+Blue) = 171+35+255=461 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.09% from 461); Green value is 35 (14.06% from 255 or 7.59% from 461); Blue value is 255 (100% from 255 or 55.31% from 461); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB23FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB23FF is #54DC00. Grayscale: #636363. Windows color (decimal): -5561345 or 16720811. OLE color: 16720811.

HSL color Cylindrical-coordinate representation of color #AB23FF: hue angle of 277.09º 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 #AB23FF is Cyan = 0.33, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 171 35 255 -
CMYK 0.33 0.86 0 0
HSL 277.09º 1% 0.57% -
HSV(B) 277.09º 0.86% 1% -
XYZ 35.45 17.08 96.04 -
YUV 100.74 215.06 178.11 -
System Red Green Blue C M Y K H S L
Decimal 171 35 255 0.33 0.86 0 0 277.09 1 0.57
Hex AB 23 FF 21 56 0 0 115 64 39
Octal 253 43 377 41 126 0 0 425 144 71
Binary 10101011 100011 11111111 100001 1010110 0 0 100010101 1100100 111001

Color Harmonies of #AB23FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB23FF

Black with #AB23FF

Text Example


Text Example

White with #AB23FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB23FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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