Html Css Color HEX #AB12F5 Electric Purple

📋 copy color: '#AB12F5'

red 171 ◦ green 18 ◦ blue 245

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

Shades of Electric Purple #AB12F5

Tints of Electric Purple #AB12F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 56.45%

R = 39.4%
G = 4.15%
B = 56.45%

CMYK

 C value IS 0.30

 M value IS 0.93

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AB12F5 (or 0xAB12F5) is known color: Electric Purple. HEX triplet: AB, 12 and F5. RGB value is (171,18,245). Sum of RGB (Red+Green+Blue) = 171+18+245=434 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.40% from 434); Green value is 18 (7.42% from 255 or 4.15% from 434); Blue value is 245 (96.09% from 255 or 56.45% from 434); Max value from RGB is 245 - color contains mainly: blue. Hex color #AB12F5 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB12F5 is #54ED0A. Grayscale: #585858. Windows color (decimal): -5565707 or 16061099. OLE color: 16061099.

HSL color Cylindrical-coordinate representation of color #AB12F5: hue angle of 280.44º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AB12F5 is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 171 18 245 -
CMYK 0.30 0.93 0 0.04
HSL 280.44º 0.92% 0.52% -
HSV(B) 280.44º 0.93% 0.96% -
XYZ 33.49 15.68 87.65 -
YUV 89.63 215.69 186.04 -
System Red Green Blue C M Y K H S L
Decimal 171 18 245 0.30 0.93 0 0.04 280.44 0.92 0.52
Hex AB 12 F5 1E 5D 0 4 118 5C 34
Octal 253 22 365 36 135 0 4 430 134 64
Binary 10101011 10010 11110101 11110 1011101 0 100 100011000 1011100 110100

Color Harmonies of #AB12F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB12F5

Black with #AB12F5

Text Example


Text Example

White with #AB12F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB12F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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