#AB72E4

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

Shades of Medium Purple #AB72E4

Tints of Medium Purple #AB72E4

Color information

#AB72E4 (or 0xAB72E4) is unknown color: approx Medium Purple. HEX triplet: AB, 72 and E4. RGB value is (171,114,228). Sum of RGB (Red+Green+Blue) = 171+114+228=513 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.33% from 513); Green value is 114 (44.92% from 255 or 22.22% from 513); Blue value is 228 (89.45% from 255 or 44.44% from 513); Max value from RGB is 228 - color contains mainly: blue. Hex color #AB72E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB72E4 is #548D1B. Grayscale: #8F8F8F. Windows color (decimal): -5541148 or 14971563. OLE color: 14971563.

HSL color Cylindrical-coordinate representation of color #AB72E4: hue angle of 270º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB72E4 is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB171114228-
CMYK0.250.5000.11
HSL270º67.86%67.06%-
HSV(B)270º50%89.41%-
XYZ36.8226.2976.53-
YUV144.04175.38147.23-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.33%
GREEN value IS 114 (44.92% from 255) = 22.22%
BLUE value IS 228 (89.45% from 255) = 44.44%
R=33.33%
G=22.22%
B=44.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1711142280.250.5000.1127067.8667.06
HexAB72E419320B10e4443
Octal2531623443162013416104103
Binary10101011111001011100100110011100100101110000111010001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB72E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB72E4; }

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

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

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

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

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

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

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

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