Html Css Color HEX #AB12F3 Electric Purple

📋 copy color: '#AB12F3'

red 171 ◦ green 18 ◦ blue 243

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

Shades of Electric Purple #AB12F3

Tints of Electric Purple #AB12F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 56.25%

R = 39.58%
G = 4.17%
B = 56.25%

CMYK

 C value IS 0.30

 M value IS 0.93

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AB12F3 (or 0xAB12F3) is known color: Electric Purple. HEX triplet: AB, 12 and F3. RGB value is (171,18,243). Sum of RGB (Red+Green+Blue) = 171+18+243=432 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.58% from 432); Green value is 18 (7.42% from 255 or 4.17% from 432); Blue value is 243 (95.31% from 255 or 56.25% from 432); Max value from RGB is 243 - color contains mainly: blue. Hex color #AB12F3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB12F3 is #54ED0C. Grayscale: #585858. Windows color (decimal): -5565709 or 15930027. OLE color: 15930027.

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

Color convert

RGB 171 18 243 -
CMYK 0.30 0.93 0 0.05
HSL 280.8º 0.9% 0.51% -
HSV(B) 280.8º 0.93% 0.95% -
XYZ 33.19 15.56 86.05 -
YUV 89.4 214.69 186.2 -
System Red Green Blue C M Y K H S L
Decimal 171 18 243 0.30 0.93 0 0.05 280.8 0.9 0.51
Hex AB 12 F3 1E 5D 0 5 119 5A 33
Octal 253 22 363 36 135 0 5 431 132 63
Binary 10101011 10010 11110011 11110 1011101 0 101 100011001 1011010 110011

Color Harmonies of #AB12F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB12F3

Black with #AB12F3

Text Example


Text Example

White with #AB12F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB12F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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