#AB72F1

Color #AB72F1 Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #AB72F1

Tints of Medium Purple #AB72F1

Color information

#AB72F1 (or 0xAB72F1) is unknown color: approx Medium Purple. HEX triplet: AB, 72 and F1. RGB value is (171,114,241). Sum of RGB (Red+Green+Blue) = 171+114+241=526 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.51% from 526); Green value is 114 (44.92% from 255 or 21.67% from 526); Blue value is 241 (94.53% from 255 or 45.82% from 526); Max value from RGB is 241 - color contains mainly: blue. Hex color #AB72F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB72F1 is #548D0E. Grayscale: #919191. Windows color (decimal): -5541135 or 15823531. OLE color: 15823531.

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

Color convert

RGB171114241-
CMYK0.290.5300.05
HSL266.93º81.94%69.61%-
HSV(B)266.93º52.7%94.51%-
XYZ38.6927.0486.4-
YUV145.52181.88146.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.51%
GREEN value IS 114 (44.92% from 255) = 21.67%
BLUE value IS 241 (94.53% from 255) = 45.82%
R=32.51%
G=21.67%
B=45.82%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1711142410.290.5300.05266.9381.9469.61
HexAB72F11D350510b5246
Octal253162361356505413122106
Binary1010101111100101111000111101110101010110000101110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB72F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB72F1; }

 p { color: rgb(171,114,241); }

 H1.HeaderClassName
 {
   color: #AB72F1;
 }
 .AnyTagClassName
 {
   color: #AB72F1;
 }
</style>
background-color css

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

 a { background-color: rgb(171,114,241); }

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

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

 span { border-color: rgb(171,114,241); }

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