Html Css Color HEX #AB1DF8 Electric Purple

📋 copy color: '#AB1DF8'

red 171 ◦ green 29 ◦ blue 248

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

Shades of Electric Purple #AB1DF8

Tints of Electric Purple #AB1DF8

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.47%

 BLUE value IS 248 (97.27% from 255) = 55.36%

R = 38.17%
G = 6.47%
B = 55.36%

CMYK

 C value IS 0.31

 M value IS 0.88

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AB1DF8 (or 0xAB1DF8) is known color: Electric Purple. HEX triplet: AB, 1D and F8. RGB value is (171,29,248). Sum of RGB (Red+Green+Blue) = 171+29+248=448 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.17% from 448); Green value is 29 (11.72% from 255 or 6.47% from 448); Blue value is 248 (97.27% from 255 or 55.36% from 448); Max value from RGB is 248 - color contains mainly: blue. Hex color #AB1DF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB1DF8 is #54E207. Grayscale: #5F5F5F. Windows color (decimal): -5562888 or 16260523. OLE color: 16260523.

HSL color Cylindrical-coordinate representation of color #AB1DF8: hue angle of 278.9º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB1DF8 is Cyan = 0.31, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 171 29 248 -
CMYK 0.31 0.88 0 0.03
HSL 278.9º 0.94% 0.54% -
HSV(B) 278.9º 0.88% 0.97% -
XYZ 34.18 16.31 90.15 -
YUV 96.42 213.54 181.19 -
System Red Green Blue C M Y K H S L
Decimal 171 29 248 0.31 0.88 0 0.03 278.9 0.94 0.54
Hex AB 1D F8 1F 58 0 3 117 5E 36
Octal 253 35 370 37 130 0 3 427 136 66
Binary 10101011 11101 11111000 11111 1011000 0 11 100010111 1011110 110110

Color Harmonies of #AB1DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1DF8

Black with #AB1DF8

Text Example


Text Example

White with #AB1DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1DF8; }

 p { color: rgb(171,29,248); }

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

background-color css

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

 a { background-color: rgb(171,29,248); }

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

border-color css

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

 span { border-color: rgb(171,29,248); }

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