Html Css Color HEX #AB14F0 Electric Purple

📋 copy color: '#AB14F0'

red 171 ◦ green 20 ◦ blue 240

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

Shades of Electric Purple #AB14F0

Tints of Electric Purple #AB14F0

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.64%

 BLUE value IS 240 (94.14% from 255) = 55.68%

R = 39.68%
G = 4.64%
B = 55.68%

CMYK

 C value IS 0.29

 M value IS 0.92

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AB14F0 (or 0xAB14F0) is known color: Electric Purple. HEX triplet: AB, 14 and F0. RGB value is (171,20,240). Sum of RGB (Red+Green+Blue) = 171+20+240=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 20 (8.20% from 255 or 4.64% from 431); Blue value is 240 (94.14% from 255 or 55.68% from 431); Max value from RGB is 240 - color contains mainly: blue. Hex color #AB14F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB14F0 is #54EB0F. Grayscale: #595959. Windows color (decimal): -5565200 or 15733931. OLE color: 15733931.

HSL color Cylindrical-coordinate representation of color #AB14F0: hue angle of 281.18º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB14F0 is Cyan = 0.29, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 171 20 240 -
CMYK 0.29 0.92 0 0.06
HSL 281.18º 0.88% 0.51% -
HSV(B) 281.18º 0.92% 0.94% -
XYZ 32.77 15.45 83.69 -
YUV 90.23 212.53 185.61 -
System Red Green Blue C M Y K H S L
Decimal 171 20 240 0.29 0.92 0 0.06 281.18 0.88 0.51
Hex AB 14 F0 1D 5C 0 6 119 58 33
Octal 253 24 360 35 134 0 6 431 130 63
Binary 10101011 10100 11110000 11101 1011100 0 110 100011001 1011000 110011

Color Harmonies of #AB14F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB14F0

Black with #AB14F0

Text Example


Text Example

White with #AB14F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB14F0; }

 p { color: rgb(171,20,240); }

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

background-color css

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

 a { background-color: rgb(171,20,240); }

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

border-color css

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

 span { border-color: rgb(171,20,240); }

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