#A17AD3

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

Shades of Medium Purple #A17AD3

Tints of Medium Purple #A17AD3

Color information

#A17AD3 (or 0xA17AD3) is unknown color: approx Medium Purple. HEX triplet: A1, 7A and D3. RGB value is (161,122,211). Sum of RGB (Red+Green+Blue) = 161+122+211=494 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.59% from 494); Green value is 122 (48.05% from 255 or 24.70% from 494); Blue value is 211 (82.81% from 255 or 42.71% from 494); Max value from RGB is 211 - color contains mainly: blue. Hex color #A17AD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17AD3 is #5E852C. Grayscale: #8F8F8F. Windows color (decimal): -6194477 or 13859489. OLE color: 13859489.

HSL color Cylindrical-coordinate representation of color #A17AD3: hue angle of 266.29º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A17AD3 is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB161122211-
CMYK0.240.4200.17
HSL266.29º50.28%65.29%-
HSV(B)266.29º42.18%82.75%-
XYZ33.4226.264.92-
YUV143.81165.92140.26-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.59%
GREEN value IS 122 (48.05% from 255) = 24.70%
BLUE value IS 211 (82.81% from 255) = 42.71%
R=32.59%
G=24.70%
B=42.71%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1611222110.240.4200.17266.2950.2865.29
HexA17AD3182A01110a3241
Octal241172323305202141262101
Binary10100001111101011010011110001010100100011000010101100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17AD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17AD3; }

 p { color: rgb(161,122,211); }

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

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

 a { background-color: rgb(161,122,211); }

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

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

 span { border-color: rgb(161,122,211); }

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