Html Css Color HEX #AB13F2 Electric Purple

📋 copy color: '#AB13F2'

red 171 ◦ green 19 ◦ blue 242

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

Shades of Electric Purple #AB13F2

Tints of Electric Purple #AB13F2

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.4%

 BLUE value IS 242 (94.92% from 255) = 56.02%

R = 39.58%
G = 4.4%
B = 56.02%

CMYK

 C value IS 0.29

 M value IS 0.92

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AB13F2 (or 0xAB13F2) is known color: Electric Purple. HEX triplet: AB, 13 and F2. RGB value is (171,19,242). Sum of RGB (Red+Green+Blue) = 171+19+242=432 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.58% from 432); Green value is 19 (7.81% from 255 or 4.40% from 432); Blue value is 242 (94.92% from 255 or 56.02% from 432); Max value from RGB is 242 - color contains mainly: blue. Hex color #AB13F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB13F2 is #54EC0D. Grayscale: #595959. Windows color (decimal): -5565454 or 15864747. OLE color: 15864747.

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

Color convert

RGB 171 19 242 -
CMYK 0.29 0.92 0 0.05
HSL 280.9º 0.9% 0.51% -
HSV(B) 280.9º 0.92% 0.95% -
XYZ 33.05 15.53 85.26 -
YUV 89.87 213.86 185.87 -
System Red Green Blue C M Y K H S L
Decimal 171 19 242 0.29 0.92 0 0.05 280.9 0.9 0.51
Hex AB 13 F2 1D 5C 0 5 119 5A 33
Octal 253 23 362 35 134 0 5 431 132 63
Binary 10101011 10011 11110010 11101 1011100 0 101 100011001 1011010 110011

Color Harmonies of #AB13F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB13F2

Black with #AB13F2

Text Example


Text Example

White with #AB13F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB13F2; }

 p { color: rgb(171,19,242); }

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

background-color css

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

 a { background-color: rgb(171,19,242); }

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

border-color css

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

 span { border-color: rgb(171,19,242); }

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