Html Css Color HEX #AB12FC Electric Purple

📋 copy color: '#AB12FC'

red 171 ◦ green 18 ◦ blue 252

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

Shades of Electric Purple #AB12FC

Tints of Electric Purple #AB12FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 57.14%

R = 38.78%
G = 4.08%
B = 57.14%

CMYK

 C value IS 0.32

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AB12FC (or 0xAB12FC) is known color: Electric Purple. HEX triplet: AB, 12 and FC. RGB value is (171,18,252). Sum of RGB (Red+Green+Blue) = 171+18+252=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 18 (7.42% from 255 or 4.08% from 441); Blue value is 252 (98.83% from 255 or 57.14% from 441); Max value from RGB is 252 - color contains mainly: blue. Hex color #AB12FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB12FC is #54ED03. Grayscale: #595959. Windows color (decimal): -5565700 or 16519851. OLE color: 16519851.

HSL color Cylindrical-coordinate representation of color #AB12FC: hue angle of 279.23º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AB12FC is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 171 18 252 -
CMYK 0.32 0.93 0 0.01
HSL 279.23º 0.98% 0.53% -
HSV(B) 279.23º 0.93% 0.99% -
XYZ 34.58 16.12 93.38 -
YUV 90.42 219.19 185.47 -
System Red Green Blue C M Y K H S L
Decimal 171 18 252 0.32 0.93 0 0.01 279.23 0.98 0.53
Hex AB 12 FC 20 5D 0 1 117 62 35
Octal 253 22 374 40 135 0 1 427 142 65
Binary 10101011 10010 11111100 100000 1011101 0 1 100010111 1100010 110101

Color Harmonies of #AB12FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB12FC

Black with #AB12FC

Text Example


Text Example

White with #AB12FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB12FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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