Html Css Color HEX #AB1CF4 Electric Purple

📋 copy color: '#AB1CF4'

red 171 ◦ green 28 ◦ blue 244

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

Shades of Electric Purple #AB1CF4

Tints of Electric Purple #AB1CF4

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.32%

 BLUE value IS 244 (95.7% from 255) = 55.08%

R = 38.6%
G = 6.32%
B = 55.08%

CMYK

 C value IS 0.30

 M value IS 0.89

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AB1CF4 (or 0xAB1CF4) is known color: Electric Purple. HEX triplet: AB, 1C and F4. RGB value is (171,28,244). Sum of RGB (Red+Green+Blue) = 171+28+244=443 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.60% from 443); Green value is 28 (11.33% from 255 or 6.32% from 443); Blue value is 244 (95.70% from 255 or 55.08% from 443); Max value from RGB is 244 - color contains mainly: blue. Hex color #AB1CF4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB1CF4 is #54E30B. Grayscale: #5E5E5E. Windows color (decimal): -5563148 or 15998123. OLE color: 15998123.

HSL color Cylindrical-coordinate representation of color #AB1CF4: hue angle of 279.72º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB1CF4 is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 171 28 244 -
CMYK 0.30 0.89 0 0.04
HSL 279.72º 0.91% 0.53% -
HSV(B) 279.72º 0.89% 0.96% -
XYZ 33.54 16.02 86.91 -
YUV 95.38 211.88 181.94 -
System Red Green Blue C M Y K H S L
Decimal 171 28 244 0.30 0.89 0 0.04 279.72 0.91 0.53
Hex AB 1C F4 1E 59 0 4 118 5B 35
Octal 253 34 364 36 131 0 4 430 133 65
Binary 10101011 11100 11110100 11110 1011001 0 100 100011000 1011011 110101

Color Harmonies of #AB1CF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1CF4

Black with #AB1CF4

Text Example


Text Example

White with #AB1CF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1CF4; }

 p { color: rgb(171,28,244); }

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

background-color css

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

 a { background-color: rgb(171,28,244); }

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

border-color css

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

 span { border-color: rgb(171,28,244); }

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