#A172D9

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

Shades of Medium Purple #A172D9

Tints of Medium Purple #A172D9

Color information

#A172D9 (or 0xA172D9) is unknown color: approx Medium Purple. HEX triplet: A1, 72 and D9. RGB value is (161,114,217). Sum of RGB (Red+Green+Blue) = 161+114+217=492 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.72% from 492); Green value is 114 (44.92% from 255 or 23.17% from 492); Blue value is 217 (85.16% from 255 or 44.11% from 492); Max value from RGB is 217 - color contains mainly: blue. Hex color #A172D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A172D9 is #5E8D26. Grayscale: #8B8B8B. Windows color (decimal): -6196519 or 14250657. OLE color: 14250657.

HSL color Cylindrical-coordinate representation of color #A172D9: hue angle of 267.38º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A172D9 is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB161114217-
CMYK0.260.4700.15
HSL267.38º57.54%64.9%-
HSV(B)267.38º47.47%85.1%-
XYZ33.2424.6268.65-
YUV139.79171.57143.12-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.72%
GREEN value IS 114 (44.92% from 255) = 23.17%
BLUE value IS 217 (85.16% from 255) = 44.11%
R=32.72%
G=23.17%
B=44.11%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1611142170.260.4700.15267.3857.5464.9
HexA172D91A2F0F10b3a41
Octal241162331325701741372101
Binary1010000111100101101100111010101111011111000010111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A172D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A172D9; }

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

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

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

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

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

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

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

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