Html Css Color HEX #AB0DF1 Electric Purple

📋 copy color: '#AB0DF1'

red 171 ◦ green 13 ◦ blue 241

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

Shades of Electric Purple #AB0DF1

Tints of Electric Purple #AB0DF1

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.06%

 BLUE value IS 241 (94.53% from 255) = 56.71%

R = 40.24%
G = 3.06%
B = 56.71%

CMYK

 C value IS 0.29

 M value IS 0.95

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AB0DF1 (or 0xAB0DF1) is known color: Electric Purple. HEX triplet: AB, 0D and F1. RGB value is (171,13,241). Sum of RGB (Red+Green+Blue) = 171+13+241=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 13 (5.47% from 255 or 3.06% from 425); Blue value is 241 (94.53% from 255 or 56.71% from 425); Max value from RGB is 241 - color contains mainly: blue. Hex color #AB0DF1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB0DF1 is #54F20E. Grayscale: #555555. Windows color (decimal): -5566991 or 15797675. OLE color: 15797675.

HSL color Cylindrical-coordinate representation of color #AB0DF1: hue angle of 281.58º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AB0DF1 is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 171 13 241 -
CMYK 0.29 0.95 0 0.05
HSL 281.58º 0.9% 0.5% -
HSV(B) 281.58º 0.95% 0.95% -
XYZ 32.82 15.3 84.44 -
YUV 86.23 215.35 188.46 -
System Red Green Blue C M Y K H S L
Decimal 171 13 241 0.29 0.95 0 0.05 281.58 0.9 0.5
Hex AB D F1 1D 5F 0 5 11A 5A 32
Octal 253 15 361 35 137 0 5 432 132 62
Binary 10101011 1101 11110001 11101 1011111 0 101 100011010 1011010 110010

Color Harmonies of #AB0DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0DF1

Black with #AB0DF1

Text Example


Text Example

White with #AB0DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0DF1; }

 p { color: rgb(171,13,241); }

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

background-color css

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

 a { background-color: rgb(171,13,241); }

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

border-color css

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

 span { border-color: rgb(171,13,241); }

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