Html Css Color HEX #AB0FFE Electric Purple

📋 copy color: '#AB0FFE'

red 171 ◦ green 15 ◦ blue 254

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

Shades of Electric Purple #AB0FFE

Tints of Electric Purple #AB0FFE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.41%

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

R = 38.86%
G = 3.41%
B = 57.73%

CMYK

 C value IS 0.33

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AB0FFE (or 0xAB0FFE) is known color: Electric Purple. HEX triplet: AB, 0F and FE. RGB value is (171,15,254). Sum of RGB (Red+Green+Blue) = 171+15+254=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 15 (6.25% from 255 or 3.41% from 440); Blue value is 254 (99.61% from 255 or 57.73% from 440); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB0FFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB0FFE is #54F001. Grayscale: #585858. Windows color (decimal): -5566466 or 16650155. OLE color: 16650155.

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

Color convert

RGB 171 15 254 -
CMYK 0.33 0.94 0 0.00
HSL 279.16º 0.99% 0.53% -
HSV(B) 279.16º 0.94% 1% -
XYZ 34.85 16.16 95.05 -
YUV 88.89 221.18 186.57 -
System Red Green Blue C M Y K H S L
Decimal 171 15 254 0.33 0.94 0 0.00 279.16 0.99 0.53
Hex AB F FE 21 5E 0 0 117 63 35
Octal 253 17 376 41 136 0 0 427 143 65
Binary 10101011 1111 11111110 100001 1011110 0 0 100010111 1100011 110101

Color Harmonies of #AB0FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0FFE

Black with #AB0FFE

Text Example


Text Example

White with #AB0FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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