Html Css Color HEX #AB12F9 Electric Purple

📋 copy color: '#AB12F9'

red 171 ◦ green 18 ◦ blue 249

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

Shades of Electric Purple #AB12F9

Tints of Electric Purple #AB12F9

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.11%

 BLUE value IS 249 (97.66% from 255) = 56.85%

R = 39.04%
G = 4.11%
B = 56.85%

CMYK

 C value IS 0.31

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AB12F9 (or 0xAB12F9) is known color: Electric Purple. HEX triplet: AB, 12 and F9. RGB value is (171,18,249). Sum of RGB (Red+Green+Blue) = 171+18+249=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 18 (7.42% from 255 or 4.11% from 438); Blue value is 249 (97.66% from 255 or 56.85% from 438); Max value from RGB is 249 - color contains mainly: blue. Hex color #AB12F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB12F9 is #54ED06. Grayscale: #595959. Windows color (decimal): -5565703 or 16323243. OLE color: 16323243.

HSL color Cylindrical-coordinate representation of color #AB12F9: hue angle of 279.74º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AB12F9 is Cyan = 0.31, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 171 18 249 -
CMYK 0.31 0.93 0 0.02
HSL 279.74º 0.95% 0.52% -
HSV(B) 279.74º 0.93% 0.98% -
XYZ 34.11 15.93 90.9 -
YUV 90.08 217.69 185.72 -
System Red Green Blue C M Y K H S L
Decimal 171 18 249 0.31 0.93 0 0.02 279.74 0.95 0.52
Hex AB 12 F9 1F 5D 0 2 118 5F 34
Octal 253 22 371 37 135 0 2 430 137 64
Binary 10101011 10010 11111001 11111 1011101 0 10 100011000 1011111 110100

Color Harmonies of #AB12F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB12F9

Black with #AB12F9

Text Example


Text Example

White with #AB12F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB12F9; }

 p { color: rgb(171,18,249); }

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

background-color css

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

 a { background-color: rgb(171,18,249); }

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

border-color css

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

 span { border-color: rgb(171,18,249); }

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