#A172E2

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

Shades of Medium Purple #A172E2

Tints of Medium Purple #A172E2

Color information

#A172E2 (or 0xA172E2) is unknown color: approx Medium Purple. HEX triplet: A1, 72 and E2. RGB value is (161,114,226). Sum of RGB (Red+Green+Blue) = 161+114+226=501 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.14% from 501); Green value is 114 (44.92% from 255 or 22.75% from 501); Blue value is 226 (88.67% from 255 or 45.11% from 501); Max value from RGB is 226 - color contains mainly: blue. Hex color #A172E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A172E2 is #5E8D1D. Grayscale: #8C8C8C. Windows color (decimal): -6196510 or 14840481. OLE color: 14840481.

HSL color Cylindrical-coordinate representation of color #A172E2: hue angle of 265.18º degrees, saturation: 0.66, 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 #A172E2 is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB161114226-
CMYK0.290.5000.11
HSL265.18º65.88%66.67%-
HSV(B)265.18º49.56%88.63%-
XYZ34.4425.174.98-
YUV140.82176.07142.39-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.14%
GREEN value IS 114 (44.92% from 255) = 22.75%
BLUE value IS 226 (88.67% from 255) = 45.11%
R=32.14%
G=22.75%
B=45.11%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1611142260.290.5000.11265.1865.8866.67
HexA172E21D320B1094243
Octal2411623423562013411102103
Binary10100001111001011100010111011100100101110000100110000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A172E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A172E2; }

 p { color: rgb(161,114,226); }

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

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

 a { background-color: rgb(161,114,226); }

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

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

 span { border-color: rgb(161,114,226); }

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