Html Css Color HEX #AB25FF Electric Purple

📋 copy color: '#AB25FF'

red 171 ◦ green 37 ◦ blue 255

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

Shades of Electric Purple #AB25FF

Tints of Electric Purple #AB25FF

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.99%

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

R = 36.93%
G = 7.99%
B = 55.08%

CMYK

 C value IS 0.33

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AB25FF (or 0xAB25FF) is known color: Electric Purple. HEX triplet: AB, 25 and FF. RGB value is (171,37,255). Sum of RGB (Red+Green+Blue) = 171+37+255=463 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.93% from 463); Green value is 37 (14.84% from 255 or 7.99% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB25FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB25FF is #54DA00. Grayscale: #656565. Windows color (decimal): -5560833 or 16721323. OLE color: 16721323.

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

Color convert

RGB 171 37 255 -
CMYK 0.33 0.85 0 0
HSL 276.88º 1% 0.57% -
HSV(B) 276.88º 0.85% 1% -
XYZ 35.51 17.2 96.06 -
YUV 101.92 214.39 177.27 -
System Red Green Blue C M Y K H S L
Decimal 171 37 255 0.33 0.85 0 0 276.88 1 0.57
Hex AB 25 FF 21 55 0 0 115 64 39
Octal 253 45 377 41 125 0 0 425 144 71
Binary 10101011 100101 11111111 100001 1010101 0 0 100010101 1100100 111001

Color Harmonies of #AB25FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB25FF

Black with #AB25FF

Text Example


Text Example

White with #AB25FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB25FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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