#AC72E8

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

Shades of Medium Purple #AC72E8

Tints of Medium Purple #AC72E8

Color information

#AC72E8 (or 0xAC72E8) is unknown color: approx Medium Purple. HEX triplet: AC, 72 and E8. RGB value is (172,114,232). Sum of RGB (Red+Green+Blue) = 172+114+232=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 114 (44.92% from 255 or 22.01% from 518); Blue value is 232 (91.02% from 255 or 44.79% from 518); Max value from RGB is 232 - color contains mainly: blue. Hex color #AC72E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC72E8 is #538D17. Grayscale: #909090. Windows color (decimal): -5475608 or 15233708. OLE color: 15233708.

HSL color Cylindrical-coordinate representation of color #AC72E8: hue angle of 269.49º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC72E8 is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB172114232-
CMYK0.260.5100.09
HSL269.49º71.95%67.84%-
HSV(B)269.49º50.86%90.98%-
XYZ37.626.6379.5-
YUV144.79177.22147.41-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.20%
GREEN value IS 114 (44.92% from 255) = 22.01%
BLUE value IS 232 (91.02% from 255) = 44.79%
R=33.20%
G=22.01%
B=44.79%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1721142320.260.5100.09269.4971.9567.84
HexAC72E81A330910d4844
Octal2541623503263011415110104
Binary10101100111001011101000110101100110100110000110110010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC72E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC72E8; }

 p { color: rgb(172,114,232); }

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

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

 a { background-color: rgb(172,114,232); }

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

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

 span { border-color: rgb(172,114,232); }

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