#A272F2

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

Shades of Medium Purple #A272F2

Tints of Medium Purple #A272F2

Color information

#A272F2 (or 0xA272F2) is unknown color: approx Medium Purple. HEX triplet: A2, 72 and F2. RGB value is (162,114,242). Sum of RGB (Red+Green+Blue) = 162+114+242=518 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.27% from 518); Green value is 114 (44.92% from 255 or 22.01% from 518); Blue value is 242 (94.92% from 255 or 46.72% from 518); Max value from RGB is 242 - color contains mainly: blue. Hex color #A272F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A272F2 is #5D8D0D. Grayscale: #8E8E8E. Windows color (decimal): -6130958 or 15889058. OLE color: 15889058.

HSL color Cylindrical-coordinate representation of color #A272F2: hue angle of 262.5º degrees, saturation: 0.83, 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 #A272F2 is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB162114242-
CMYK0.330.5300.05
HSL262.5º83.12%69.8%-
HSV(B)262.5º52.89%94.9%-
XYZ36.9426.1387.1-
YUV142.94183.9141.59-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.27%
GREEN value IS 114 (44.92% from 255) = 22.01%
BLUE value IS 242 (94.92% from 255) = 46.72%
R=31.27%
G=22.01%
B=46.72%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1621142420.330.5300.05262.583.1269.8
HexA272F22135051065346
Octal242162362416505406123106
Binary10100010111001011110010100001110101010110000011010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A272F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A272F2; }

 p { color: rgb(162,114,242); }

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

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

 a { background-color: rgb(162,114,242); }

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

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

 span { border-color: rgb(162,114,242); }

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